OmniPageCultureInfo Constructor |
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
)
Public Sub New (
name As String,
threeLetterWindowsName As String,
threeLetterISOName As String,
twoLetterName As String
)
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