Language Class Properties
For a list of all members of this type, see Language members.
Public Properties
Name | Description | |
---|---|---|
![]() ![]() | CultureInfos | Gets the culture infos. CultureInfos array will have same size as LCID array. CultureInfo index in CultureInfos array and corresponding LCID index in LCIDs array will have same index number. |
![]() ![]() | CurrentCultureInfo | Gets or sets the current culture information. |
![]() ![]() | CurrentLanguage | Gets or sets the current language. |
![]() ![]() | CurrentLCID | Gets or sets the current lcid. |
![]() ![]() | DefaultLCID | |
![]() ![]() | Languages | Gets the languages. Languages array will have same size as LCIDs array. Lanuguage index in Languages array and corresponding LCID index in LCIDs array will have same index number. |
![]() ![]() | Lcids | Gets the lcids. LCID array will have same size as Languages array. LCID index in LCIDs array and corresponding Lanuguage index in Languages array will have same index number. |
See Also