System.SysUtils.TFormatSettings.NormalizedLocaleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NormalizedLocaleName: string;

C++

System::UnicodeString NormalizedLocaleName;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

Locale name converted from the locale ID that you provide when you create an instance of TFormatSettings.

See Also