RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages.LocaleID Property

Contains a locale ID as an integer.

Pascal
property LocaleID [Index: Integer]: LCID;
C++
__property LCID LocaleID[int Index];

Read LocaleID to get the locale ID at a specified position in the array as an integer. (To get the same ID as a string, use the ID property.) For example, if U.S. English is the first locale listed in TLanguages, then LocaleID[0] returns the integer $409. You can iterate through the LocaleID array (from 0 to Count - 1) to determine whether a specific locale is in the array. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!