Technical FAQs
How do I change the classifier to read a specific language in SmartZone v2
How do I change the classifier to read a specific language in SmartZone v2
Please refer to the specific code samples below:
1) If you are using the .NET control you set the Language property. For example:
SmartZone2.Reader.CharacterSet.Language = Language.WesternEuropean;
2) If you are using the ActiveX control you set the CharacterSetLanguage property. For example:
SmartZone1.CharacterSetLanguage = SZ_WesternEuropeanLanguages