Click or drag to resize

EngineUILang Property

Use this property to get or set the user interface language used by any displayed UI elements.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public LANGUAGES UILang { get; set; }

Property Value

Type: LANGUAGES
Remarks

This includes the Scanner Wizard, and the language of any attached Visual Controls. The possible LANGUAGES values are listed under the ID property of the UILanguage object.

The default value for this property is the first available user interface language. The available languages are those returned by the GetUILanguages property.

If the Engine is not initialized, accessing this property raises a trappable error.

See Also