ILocaleRegionCode Property
|
Gets the locale's region code. It is the same as the
Name property.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string RegionCode { get; }
ReadOnly Property RegionCode As String
Get
property String^ RegionCode {
String^ get ();
}
abstract RegionCode : string with get
Property Value
Type:
StringExamples
For the locale of "English, United States", the RegionCode is "en-us".
See Also