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

Retrieve the current localization language number.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_localize_language_get(
        LPDWORD lpdwLanguage
);

Arguments:

Name Type Description
lpdwLanguage LPDWORD Points to the localization language number after the function returns.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

IG_ISIS_localize_language_get gets 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 English Windows, but Japanese is only available if your system is capable of displaying Japanese text.

Use IG_ISIS_localize_language_get to determine the currently language being used for string localization. See IG_ISIS_localize_language_set for more information on localization support in the toolkit.

See Also:

IG_ISIS_localize_language_set