PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → day(date) different in simulator and phone
day(date) different in simulator and phone
Started by mike, Jul., 19 2020 8:48 PM - No answer
Posted on July, 19 2020 - 8:48 PM
I have a project in windev mobile. I use a looper showing some data form a datafile.

The dates used are formatted like ddd dd mmm YY.

Running this in the android simulator gives me using the nation function
in dutch zat 01 jan 20 and
in French sam 01 jan 20

All this is correct

However when running the app on a phone i allways gets the english version of the date resulting
sat 01 Jan 20

Anyone can tell me why the nation function is not working on a phone? I am using the same HFSQL client/server database in the simulator and on the phone.

regards