Gets the identifier of the locale's underlying culture.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ReadOnly Property LCID As Integer
Get
property int LCID {
int get ();
}
abstract LCID : int with get
Property Value
Type:
Int32Remarks
The LCID is a 32-bit integer that uniquely defines the locale.
Examples
For the locale of "English, United States", the LCID is 1033.
See Also