[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Type describing the current locale
Source position: sysinth.inc line 133
type TSysLocale = record |
||
DefaultLCID: Integer; |
||
PriLangID: Integer; |
||
SubLangID: Integer; |
||
case Byte of |
||
1: ( |
||
FarEast: Boolean; |
|
Multi-Byte Character Set used |
MiddleEast: Boolean; |
|
Reading direction is Right-to-left |
); |
||
2: ( |
||
MBCS: Boolean; |
|
Multi-Byte Character Set used |
RightToLeft: Boolean; |
|
Reading direction is Right-to-left |
); |
||
end; |
TSysLocale describes the current locale. If Fareast or MBCS is True, then the current locale uses a Multi-Byte Character Set. If MiddleEast or RightToLeft is True then words and sentences are read from right to left.