System.SysUtils.Languages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Languages: TLanguages;

C++

extern DELPHI_PACKAGE TLanguages* __fastcall Languages(void);

Properties

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

Description

Lists the locales for which support is available.

Use the value returned by Languages to obtain information about the locales supported by the system. This function is only available on Windows.

See Also