JCL Help:CharSetFromLocale

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns character set information for a given locale.


Pascal

 function CharSetFromLocale(Language: LCID): Byte;


Parameters

Parameters Description
Language: LCID The locale for which to retrieve character set information.


Return Value

A TFontCharSet record which describes the character set.


Description

The CharSetFromLocale function returns character set information for the specified locale. The returned TFontCharSet record contains information such as the ANSI code-page identifier. See the Platform SDK entries for CHARSETINFO and FONTSIGNATURE for more information.


See Also

CodePageFromLocale


About

Unit

JclUnicode


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page