RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages.Name Property

Contains the locale name at the specified position in the array.

Pascal
property Name [Index: Integer]: string;
C++
__property AnsiString Name[int Index];

Read Name to get the standard Windows name for a locale. For example, Name[IndexOf($0409)] returns the string English (United States). 

Name is a zero-based array. 

 

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