Language Namespace Attributes
Use attributes in the Language namespace to get or set the current language, locale, and locale ID.
Attribute Name | Description | Data Type |
Read/ Write |
---|---|---|---|
CurrentLanguage | Gets or sets the currently-selected language. Setting CurrentLanguage also changes CurrentLCID and CurrentCultureInfo to their corresponding settings. | string | R/W |
CurrentLCID | Gets or sets the locale ID for the currently-selected language. Setting CurrentLCID also changes CurrentLanguage and CurrentCultureInfo to their corresponding settings. | integer | R/W |
CurrentCultureInfo | Gets or sets the locale for the currently-selected language. Setting CurrentCultureInfo also changes CurrentLanguage and CurrentLCID to their corresponding settings. | string | R/W |
See Also