Click or drag to resize

LanguageIdResultGetLanguage Method

Gets the language information for a specific ISO 639-1 standard language code.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static string GetLanguage(
	string iso639Code
)

Parameters

iso639Code  String
ISO 639-1 standard language code (e.g., "en" for English, "ch" for Chinese)

Return Value

String
If ISO 639-1 standard language code is known, returns the language associated with this code. If not known, returns null.
See Also