Click or drag to resize

LanguageIdResultLangIso639 Property

Detected ISO-639-1 language code.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string LangIso639 { get; set; }

Property Value

String
Remarks

ISO 639-1 is a standard to classify a language using 2 letters.

For a list of ISO 639-1 codes and their corresponding language, see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

See Also