yuuvis® RAD Q&A

0 votes
by (1.8k points)

Hi all,

is it possile to change the date format in the yuuvis client per language?

Use Case:
A customer uses the langauge English. The date format is MM/DD/YYYY but the customer wants it to be DD/MM/YYYY.

Thank you.

1 Answer

0 votes
by (18.5k points)
selected by
 
Best answer

Hi Mathias,

I can offer only a workaround for this special request and that effects all users of the system:

copy the language en.json file to de.json. If a user chooses German, the interface shows than the English wordings but the date and number formats are in German. And settings in main.json :

"languages": [

{
  "iso": "de",
  "label": "English (German)"
},
{
  "iso": "en",
  "label": "English",
  "fallback": true
}

], ...

See documentation for language configurations as well:
https://help.optimal-systems.com/yuuvisRAD/v60/admin/en/administration/client-config/config_custom_languages.htm?Highlight=language

Best Regards.

by (1.8k points)
Hi Martin

Thank you for the workaround. It is working now.

Regards.
by (1.8k points)
Hi Martin

The problem is now that the date/time selection pop-up is in the wrong language (names of months and days). Can these labels be manipulated?
asked Jul 30, 2020 by (240 points) Randomly labels shown in spanish

Related questions

0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
+1 vote
1 answer
...