http://www.emgu.com
Create a locale guard to set the locale to specific value. Will revert locale back to previous value when the object is disposed.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic LocaleGuard(
LocaleGuardLocaleCategory category,
string locale
)
Public Sub New (
category As LocaleGuardLocaleCategory,
locale As String
)
public:
LocaleGuard(
LocaleGuardLocaleCategory category,
String^ locale
)
new :
category : LocaleGuardLocaleCategory *
locale : string -> LocaleGuard
Parameters
- category
- Type: Emgu.CV.OCRLocaleGuardLocaleCategory
The locale category - locale
- Type: SystemString
The locale
See Also