Icon ConvertIDToLocaleConstant Method

function ConvertIDToLocaleConstant(LocaleID: Integer): String

Usage

Use the ConvertIDToLocaleConstant method to convert a locale ID, which is a 32-bit signed integer, to its equivalent string name. Many SQL statements in DBISAM require the name of a locale as part of a LOCALE clause, and this method allows one to easily generate dynamic SQL statements that require a LOCALE clause.
Image