jeudi 8 mai 2014

localisation - codenameone - L10N ne fonctionne pas dans la boîte de dialogue - Stack Overflow


I am using codenameone for my mobile application. I use custom L10N dictionary on it and when I want to show one of these keys in dialog page it doesn't show that. Here is sample:


Dialog.show("Info", "errPassEmpty", Dialog.TYPE_INFO, 
res.getImage("notification_error64.png"), "OK",
"Cancel", CommonSettings.TimeOut);

How can I show L10N values in dialog?


Thanks in advance.



I am using codenameone for my mobile application. I use custom L10N dictionary on it and when I want to show one of these keys in dialog page it doesn't show that. Here is sample:


Dialog.show("Info", "errPassEmpty", Dialog.TYPE_INFO, 
res.getImage("notification_error64.png"), "OK",
"Cancel", CommonSettings.TimeOut);

How can I show L10N values in dialog?


Thanks in advance.


0 commentaires:

Enregistrer un commentaire