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
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