Hi all,
I want to be able to override date format of a locale.
For example: I have 2 customer projects based on my base project.
Is there any way to config for customer project 1, locale en, date format: DD/MM/YYYY
customer project 2, locale en, date format: MM/DD/YYYY
I want to find something that I can override date format of locales from backend code, so I can make it configurable per project instance.
We currently don’t have an implementation of our localization library for Java. However, we are currently planning for a solution next year.
However, on the client side you can use the localization libraries to configure your application with different date formats even if you use the same locale.
You just have to find a way to derive this configuration from the information that you pass from server to client.
Please check the general localization documentation: GetA12 Login
I think you want to specifically look at the DataFormats API
Here you can find its API documentation: GetA12 Login