Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Lingo.LanguageInfoAttribute

Summary

Provides information about a language. Used on the values in the Language enum.

Constructors

LanguageInfoAttribute(string languageCode, string englishName, string nativeName, Type numberSystem)
Constructor.

Instance properties

stringSpecifies the English name of the language.
stringSpecifies the ISO-639 language code of the language.
stringSpecifies the native name of the language.
NumberSystemSpecifies the number system of the language.