help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TSysLocale

Type describing the current locale

Declaration

Source position: sysinth.inc line 176

type TSysLocale = record

  DefaultLCID: Integer;

  

Default locale ID

  PriLangID: Integer;

  

Primary language ID

  SubLangID: Integer;

  

Sub-language ID

  case Byte of

    1: (

        FarEast: Boolean;

  

Multi-Byte Character Set used

        MiddleEast: Boolean;

  

Reading direction is Right-to-left

      );

    2: (

        MBCS: Boolean;

  

Multi-Byte Character Set used

        RightToLeft: Boolean;

  

Reading direction is Right-to-left

      );

end;

Description

TSysLocale describes the current locale. If Fareast or MBCS is True, then the current locale uses a Multi-Byte Character Set. If MiddleEast or RightToLeft is True then words and sentences are read from right to left.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505