LanguageIdResultGetLanguage Method |
Gets the language information for a specific ISO 639-1 standard language code.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static string GetLanguage(
string iso639Code
)
Parameters
- iso639Code String
- ISO 639-1 standard language code (e.g., "en" for English, "ch" for Chinese)
Return Value
StringIf ISO 639-1 standard language code is known, returns the language associated with this code. If not known, returns null.
See Also