CultureInfo: LCID (get) |
Returns the Locale ID for this culture instance.
Public Property Get LCID ( ) As Long
A 32 bit LCID is in the format of: 31 - 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 +-----+ +---------+ +---------------+ +-----------------+ | | | Primary language ID (10 bits) | | +----------- Sublanguage ID (6 its) | +----------------------- Sort ID (4 bits) +--------------------------------- Reserved (12 bits)
Read Only.