RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages.NameFromLocaleID Property

Contains the locale name specified by an integer locale ID.

Pascal
property NameFromLocaleID [ID: LCID]: string;
C++
__property AnsiString NameFromLocaleID[LCID ID];

Read NameFromLocaleID to get the standard Windows name for a locale using an integer locale ID. For example, NameFromLCID[$0409] returns the string English (United States). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!