Click or drag to resize

LocaleGuard Constructor

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)
Syntax
public LocaleGuard(
	LocaleGuardLocaleCategory category,
	string locale
)

Parameters

category
Type: Emgu.CV.OCRLocaleGuardLocaleCategory
The locale category
locale
Type: SystemString
The locale
See Also