Closed livep2000 closed 9 years ago
@livep2000
This was actually solved by fixing up the global locale getter function. Thanks :)
https://github.com/andersevenrud/OS.js-v2/blob/master/src/javascript/utils.js#L450
Thanks to you, my customers now read Dutch :)
Morning,
(in OS.js-v2/src/javascript/api.js, line 244)
Sorry to be the little PITA. :)
String l in this function receives the value 'nl'. It wants 'nl_NL' and switches to default locale. ( en_EN )
To proof this is the case, did a dirty patch:
Wich is working. I think the OSjs.API.getLocale should return the proper format?
Imre