Property CurrentUICultureName
CurrentUICultureName
Gets the name of the current UI culture of the application.
Declaration
[AvailableSinceVersion(7, 6, 0, 0)]
string CurrentUICultureName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
The culture name is in the format "[languagecode2]-[country/regioncode2]", where [languagecode2] is a lowercase two-letter code derived from ISO 639-1 and [country/regioncode2] is an uppercase two-letter code derived from ISO 3166.
This property is available since v7.7.
Examples
"en-US" for English (United States), "fr-FR" for French (France), "fr-BE" for French (Belgium), ...