Click or drag to resize

OmniPageCultureInfo Constructor

Initializes a new instance of the OmniPageCultureInfo class

Namespace:  Atalasoft.Ocr.OmniPage
Assembly:  Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OmniPageCultureInfo(
	string name,
	string threeLetterWindowsName,
	string threeLetterISOName,
	string twoLetterName
)

Parameters

name
Type: SystemString
CultureInfo name.
threeLetterWindowsName
Type: SystemString
The three-letter code for the language as defined in the Windows API.
threeLetterISOName
Type: SystemString
The ISO 639-2 three-letter code for the language of the current System.Globalization.CultureInfo.
twoLetterName
Type: SystemString
The ISO 639-1 two-letter code for the language of the current System.Globalization.CultureInfo.
See Also