PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM20 android - YesNo is always in English
WM20 android - YesNo is always in English
Iniciado por guest, 30,jun. 2016 21:55 - 3 respuestas
Publicado el 30,junio 2016 - 21:55
Hi,

I have an Android app with 2 langauges, Dutch and German. Works great, the user an select a language and it is set by using the Nation function.
However the text on the buttons of the YesNo function are always in English. Did I miss a setting somewhere?
Publicado el 30,junio 2016 - 22:21
Hi Arie,

AFAIK, just like in windows, the yes/no dialog is a system one, and therefore uses the system language.

In windows, there is the subterfuge of using windev windows instead to simulate the function in any languge you choose, but that option is not available in android, I think...

So you will have to code a yes§no window+function yourself if you want it in another language than the system one

Best regards
Publicado el 01,julio 2016 - 12:33
Fabrice,

tablet language is Dutch so I would expect Ja/Nee
So you are right I waill make one myself, no big deal but
Publicado el 01,julio 2016 - 13:39
FYI

the Dialog() function can be used for this. With the proper options it acts as a YesNo window :spos:
http://doc.windev.com/en-US/…