Icon ConvertLocaleConstantToID Method

function ConvertLocaleConstantToID(const LocaleConstant:
      String): Integer

Usage

Use the ConvertLocaleConstantToConstant method to convert a locale name to its equivalent ID, which is a 32-bit signed integer. Many SQL statements in DBISAM require the name of a locale as part of a LOCALE clause, and this method can help convert a locale name back to its proper ID if one is parsing SQL statements for application-specific purposes.
Image