System.SysUtils.TLocaleID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

{*******************************************************}
{*******************************************************}

C++

typedef unsigned TLocaleID;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Locale identifier.

A locale identifier is a 4-byte unsigned integer that represents a language identifier and a region identifier. The current locale determines the current display format settings for: numbers, currency, date/time, and so on.

See Also