Click or drag to resize

ICategoryTranslationLocale Property


Gets the code of translation's locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string Locale { get; }

Property Value

String
Remarks
Locale codes normally contain two sections: [language code]-[region code].
Example

Example of locale value:

"en-us" represents "English–United States"

See Also