Question
Capgemini
IN
Last activity: 3 Jul 2017 1:08 EDT
Prevent Date Format from being localised
We have a requirement of translating the application in German, however, date format should not be in German locale (i.e. it should not be dd.mm.yyyy and instead it should be dd/MM/YYYY).
In order to achieve this, we are passing the datelocale as "en_GB" to the UpdateLocaleSettings activity. Uselocale and messagelocale are still being passed as de_DE. This is getting called whenever user wants to toggle the language from English to German. However, even with these parameters, date format gets changed to dd.mm.yyyy.
Do we need to do anything else? We are using 7.2.2
Thanks