Description
Returns a string of the current language set in OCR for AnyDoc. Valid languages include English, Spanish, French, and German. This value has read-only attributes.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.ApplicationLanguage
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
ApplicationLanguage is the command.
Example
strMsg = "Current language is " Application.Language
‘Result strMsg = "Current language is English"