ImageGear for C and C++ on Windows v19.9 - Updated
IG_ISIS_localize_language_set
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > General Functions > IG_ISIS_localize_language_set

Set the current localization language number.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_localize_language_set(
        DWORD dwLanguage
);

Arguments:

Name Type Description
dwLanguage DWORD Specifies the localization language number to use.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

IG_ISIS_localize_language_set sets the current language being used for dialog and string localization.

The strings in the ISIS component used to display information in built-in dialog boxes and report scanner status can be localized to a number of supported languages. These languages are currently French, Spanish, German, Swedish, Italian, and Japanese. The first five are supported on standard Windows, but Japanese is only available if your system is capable of displaying Japanese text.

There are several methods used to determine which language to use for localization. They are listed below in the order of precedence:

  1. Using the IG_ISIS_localize_language_set function to specify a localization language anytime while the application is running.
  2. Set the iLanguage= line to the desired language in the scanning configuration file, SETSCAN.INI.
  3. Select the desired default language using the Regional Settings control panel.

If a language is selected by the above methods but it is not a currently supported language, then English will be used as the default.

See Also:

IG_ISIS_localize_language_get