I'm using Pentaho Report designer 3.9 for a legacy project that has some reports that should support different languages (English, Spanish and Euskera).
I have a problem with the number formatting. While in English and Spanish numbers show properly (#.###,##
in Spanish and #,###.##
in English), in Euskera numbers are shown the same way that are shown in English, but they should be shown the same as Spanish.
I've tried setting the language as eu
, as eu_ES
and es-ES
but I haven't suceeded.
Have anyone had a similar problem?
Thank you very much for your help.