Copyright (c) Hyperion Entertainment and contributors.
Locale Library
Introduction
Function Reference
The following table gives a brief description of the Locale Library functions. See the SDK/Autodocs for details about each call.
| Function | Description |
|---|---|
| CloseCatalog() | Close a message catalog. |
| CloseLocale() | Close a locale. |
| ConvToLower() | Convert a character to lower case. |
| ConvToUpper() | Convert a character to upper case. |
| FormatDate() | Generate a date string based on a date formatting template. |
| FormatString() | Format data into a character stream, assume 16bit-aligned data. |
| FormatString32() | Format data into a character stream, assume 32bit-aligned data. |
| GetCatalogStr() | Get a string from a message catalog. |
| GetLocaleStr() | Get a standard string from a locale. |
| IsXXXX() | A set of similarly-named functions to determine whether a character is of a certain type. |
| OpenCatalog() | Open a message catalog. |
| OpenLocale() | Open a locale. |
| ParseDate() | Interpret a string according to the date formatting template and convert it into a DateStamp. |
| StrConvert() | Transform a string according to collation information. |
| StrnCmp() | Localized string comparison. |