System.SysUtils.TLanguages

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTLanguages

Delphi

TLanguages = class

C++

class PASCALIMPLEMENTATION TLanguages : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TLanguages lists all available Windows locales.

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.

See Also