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