Click or drag to resize

CustomCultureInfo Class

Inheritance Hierarchy
SystemObject
  System.GlobalizationCultureInfo
    Atalasoft.OcrCustomCultureInfo
      Atalasoft.Ocr.OmniPageOmniPageCultureInfo

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class CustomCultureInfo : CultureInfo

The CustomCultureInfo type exposes the following members.

Constructors
  NameDescription
Public methodCustomCultureInfo
Initializes a new instance of the CustomCultureInfo class
Top
Properties
  NameDescription
Public propertyCalendar
Gets the default calendar used by the culture.
(Inherited from CultureInfo.)
Public propertyCompareInfo
Gets the CompareInfo that defines how to compare strings for the culture.
(Inherited from CultureInfo.)
Public propertyCultureTypes
Gets the culture types that pertain to the current CultureInfo object.
(Inherited from CultureInfo.)
Public propertyDateTimeFormat
Gets or sets a DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times.
(Inherited from CultureInfo.)
Public propertyDisplayName (Overrides CultureInfoDisplayName.)
Public propertyEnglishName (Overrides CultureInfoEnglishName.)
Public propertyIetfLanguageTag
Deprecated. Gets the RFC 4646 standard identification for a language.
(Inherited from CultureInfo.)
Public propertyIsNeutralCulture
Gets a value indicating whether the current CultureInfo represents a neutral culture.
(Inherited from CultureInfo.)
Public propertyIsReadOnly
Gets a value indicating whether the current CultureInfo is read-only.
(Inherited from CultureInfo.)
Public propertyKeyboardLayoutId
Gets the active input locale identifier.
(Inherited from CultureInfo.)
Public propertyLCID
Gets the culture identifier for the current CultureInfo.
(Inherited from CultureInfo.)
Public propertyName (Overrides CultureInfoName.)
Public propertyNativeName (Overrides CultureInfoNativeName.)
Public propertyNumberFormat
Gets or sets a NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage.
(Inherited from CultureInfo.)
Public propertyOptionalCalendars
Gets the list of calendars that can be used by the culture.
(Inherited from CultureInfo.)
Public propertyParent
Gets the CultureInfo that represents the parent culture of the current CultureInfo.
(Inherited from CultureInfo.)
Public propertyTextInfo
Gets the TextInfo that defines the writing system associated with the culture.
(Inherited from CultureInfo.)
Public propertyThreeLetterISOLanguageName
Gets the ISO 639-2 three-letter code for the language of the current CultureInfo.
(Inherited from CultureInfo.)
Public propertyThreeLetterWindowsLanguageName
Gets the three-letter code for the language as defined in the Windows API.
(Inherited from CultureInfo.)
Public propertyTwoLetterISOLanguageName
Gets the ISO 639-1 two-letter code for the language of the current CultureInfo.
(Inherited from CultureInfo.)
Public propertyUseUserOverride
Gets a value indicating whether the current CultureInfo uses the user-selected culture settings.
(Inherited from CultureInfo.)
Top
Methods
  NameDescription
Public methodClearCachedData
Refreshes cached culture-related information.
(Inherited from CultureInfo.)
Public methodClone
Creates a copy of the current CultureInfo.
(Inherited from CultureInfo.)
Public methodEquals
Determines whether the specified object is the same culture as the current CultureInfo.
(Inherited from CultureInfo.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConsoleFallbackUICulture
Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable.
(Inherited from CultureInfo.)
Public methodGetFormat
Gets an object that defines how to format the specified type.
(Inherited from CultureInfo.)
Public methodGetHashCode
Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table.
(Inherited from CultureInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string containing the name of the current CultureInfo in the format languagecode2-country/regioncode2.
(Inherited from CultureInfo.)
Top
See Also