System.SysUtils.TLanguages.NameFromLocaleID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NameFromLocaleID[ID: TLocaleID]: string read GetNameFromLocaleID;

C++

__property System::UnicodeString NameFromLocaleID[unsigned ID] = {read=GetNameFromLocaleID};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TLanguages

Description

Contains the locale name specified by an integer locale 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).

See Also