System.SysUtils.TLocaleID
Delphi
type TLocaleID = Cardinal;
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.