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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public LocaleGuard(
	LocaleGuardLocaleCategory category,
	string locale
)

Parameters

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