Set the current localization language number.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_localize_language_set( DWORD dwLanguage ); |
Name | Type | Description |
---|---|---|
dwLanguage | DWORD | Specifies the localization language number to use. |
Error count.
This function does not process image pixels.
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:
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.