ICategoryTranslationLocale Property
|
Gets the code of translation's locale.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax ReadOnly Property Locale As String
Get
property String^ Locale {
String^ get ();
}
abstract Locale : string with get
Property Value
Type:
StringRemarks Locale code normally contains two sections: [language code]-[region code].
Examples Example of locale value:
"en-us" represents "English–United States"
See Also