Click or drag to resize
LanguageCodes Class
Contains all available language codes based on ISO 639-2/T specification. The class is searchable for enumeration, 3-letter (T) codes and 15-bit representation.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersLanguageCodes

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class LanguageCodes

The LanguageCodes type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFind
Finds language code.
Public methodStatic memberFindByCode15Bit
Attempts to find language code based on 15-bit representation of the 3-letter code (ISO 14496-12)
Public methodStatic memberFindByCode3
Attempts to find language code based on 3-letter code. (ISO 936-2/T)
Top
See Also