SDAC

TMSCompactConnectionOptions.LocaleIdentifier Property

Used to specify the preferable locale ID.

Class

TMSCompactConnectionOptions

Syntax

property LocaleIdentifier: string stored False;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback