This property sets the language used for text recognition.

[Visual Basic]
Public Property Language As String
[C#]
public string Language {get; set;}

Property Value

BCP-47 Language Tag

Explanation

The Language property sets the language used for text recognition. This property value indicates the language used for text recognition when converting image data to text using the ImageToText method. The value is a BCP-47 language tag (e.g., "ja", "en", "zh", etc.)

If executing the OCR functions in a language that is not supported by your environment, you will need to install the language package and then add that language to Windows under "Settings - Time and Language - Language and Region".

 

See Also

OCR Class | OCR Members

The ImageKit.NET3 is created by Newtone Corporation