marcick Well-Known Member Licensed User Longtime User Sep 25, 2017 #1 I have an App for the italian market that is running fine since long time. The app has a Label that display a data in the format: DateTime.DateFormat=" E dd/MM HH:mm:ss " Today is monday ("Lunedì" in italian) and the label show now "Lun 25/09 10:48:00" Since the update to IOS 11, the day is no longer in italian but english, so I see now "Mon 25/09 10:48:00" Any idea ?
I have an App for the italian market that is running fine since long time. The app has a Label that display a data in the format: DateTime.DateFormat=" E dd/MM HH:mm:ss " Today is monday ("Lunedì" in italian) and the label show now "Lun 25/09 10:48:00" Since the update to IOS 11, the day is no longer in italian but english, so I see now "Mon 25/09 10:48:00" Any idea ?
Erel B4X founder Staff member Licensed User Longtime User Sep 26, 2017 #2 You can force the date and time locale with the code posted here: https://www.b4x.com/android/forum/threads/unparseable-date.77394/#post-490332 Set it to "it_IT" Upvote 0
You can force the date and time locale with the code posted here: https://www.b4x.com/android/forum/threads/unparseable-date.77394/#post-490332 Set it to "it_IT"
marcick Well-Known Member Licensed User Longtime User Oct 1, 2017 #4 well ..... for the label the problem is solved with the code above, you can see the blue label that show "dom" as domenica (sunday in italian) but if I open a DatePicker it shows the date in english, not italian. Need further help ... Upvote 0
well ..... for the label the problem is solved with the code above, you can see the blue label that show "dom" as domenica (sunday in italian) but if I open a DatePicker it shows the date in english, not italian. Need further help ...
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2017 #5 Are you sure that the iPhone language under Settings - General - Language & Religion is set to Italic? Upvote 0
Are you sure that the iPhone language under Settings - General - Language & Religion is set to Italic?
marcick Well-Known Member Licensed User Longtime User Oct 2, 2017 #6 Of course .... everything was working correctly before IOS11. And this is the situation of all my customers that have my app, after IOS11 update. Upvote 0
Of course .... everything was working correctly before IOS11. And this is the situation of all my customers that have my app, after IOS11 update.
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2017 #7 Add an italic locale to your app: https://www.b4x.com/android/forum/threads/tutorial-for-localization-of-app-name.69618/#content Upvote 0
Add an italic locale to your app: https://www.b4x.com/android/forum/threads/tutorial-for-localization-of-app-name.69618/#content
marcick Well-Known Member Licensed User Longtime User Oct 2, 2017 #8 That definitely works. No need of #2 suggestion. Thank you very much Upvote 0
Johan Hormaza Well-Known Member Licensed User Longtime User Feb 17, 2021 #9 marcick said: That definitely works. No need of #2 suggestion. Thank you very much Click to expand... Hi, friend! How did you solve it? Thanks Upvote 0
marcick said: That definitely works. No need of #2 suggestion. Thank you very much Click to expand... Hi, friend! How did you solve it? Thanks
marcick Well-Known Member Licensed User Longtime User Feb 18, 2021 #10 Erel said: Add an italic locale to your app: https://www.b4x.com/android/forum/threads/tutorial-for-localization-of-app-name.69618/#content Click to expand... Upvote 0
Erel said: Add an italic locale to your app: https://www.b4x.com/android/forum/threads/tutorial-for-localization-of-app-name.69618/#content Click to expand...