System.SysUtils.TLanguages.NameFromLCID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NameFromLCID[const ID: string]: string read GetNameFromLCID;

C++

__property System::UnicodeString NameFromLCID[const System::UnicodeString ID] = {read=GetNameFromLCID};

Properties

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

Description

Contains the locale name specified by a string representation of a locale ID.

Read NameFromLCID to get the standard Windows name for a locale using a locale ID represented by a string.

See Also