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

Parameters

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