Could be useful set the locale during parsing, so the code might be as follow: FixedParser .parser() .setLocale("fr_FR") .export(myObj); TIA
Could be useful set the locale during parsing, so the code might be as follow:
FixedParser
.parser()
.setLocale("fr_FR")
.export(myObj);
TIA