Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: LanguageInfoAttribute(string, string, string, Type)

Declaration

public LanguageInfoAttribute(
    string languageCode,
    string englishName,
    string nativeName,
    Type numberSystem
)

Summary

Constructor.

Parameters

stringlanguageCode Specifies the ISO-639 language code of the language.
stringenglishName Specifies the English name of the language.
stringnativeName Specifies the native name of the language.
TypenumberSystem Specifies the number system of the language.