Good morning,
we´ve got big issues with the Barcode.dll, because one of our customers has companies around the world and when printing the GS1Code128 Barcode we get errors in several countries (different CultureInfos and Encodings). For example in Serbia. I attached an simple example, which allways brings an error. We also go issues in turkey and other countries.
BarcodeGenerator generator = new BarcodeGenerator (EncodeTypes.GS1Code128, “(400)Uzeniny Příbram”);
generator.Save(“AI8012_out.png”, BarCodeImageFormat.Png);
Can you please tell me how to solve this problem for those different symbols which can occure in different countries?
Best regards
Stefan