RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages Class

TLanguages lists all available Windows locales.

Pascal
TLanguages = class;
C++
class TLanguages;

The Languages function returns a TLanguages instance that lists the Windows locales supported by the current system. For each locale, TLanguages indicates the locale ID (LCID), standard name, and recommended file-name extension. This information is obtained from the operating system; all TLanguages properties are read-only. 

 

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