System.SysUtils.LCIDToCodePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LCIDToCodePage(const ALCID: LCID): Integer;

C++

extern DELPHI_PACKAGE int __fastcall LCIDToCodePage(const unsigned ALCID);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Retrieves the ANSI code page associated with a given locale identifier.

A locale identifier is a 4-byte unsigned integer and represents a language identifier and a region identifier.