Used to specify the preferable locale ID.
property LocaleIdentifier: string stored False;
Use the LocaleIdentifier property to specify the locale ID. The default value is the system default locale. LocaleIdentifier can be set using either locale ID:
MSCompactConnection.Options.LocaleIdentifier := '1033';
, or locale name:
MSCompactConnection.Options.LocaleIdentifier := 'English (United States)';
It is better to use locale IDs because locale names may be different on different Windows versions.