locale for EmailDialog, DatePicker
Is there any possibility to change the english titles for "send" and "cancel" in the emailDialog and the "today" in the DatepickerControl?
I know, I can set the "local" property, which affects the weekdaynames only (not the "today"-string for the actual day).
Thanks in advance!
2 Answers
-
Did you find a solution?
I have the same problem with TableView and 'Delete' button.[EDITED]
Starting with 1.3, there is 'deleteButtonTitle' property for TableView and TableViewRow objects.Cheers!
-
yes, I found a perfect solution (as long as you don't need to switch the language on the fly within your app).
I posted the answer in this thread:http://developer.appcelerator.com/question/22271/setting-locale-to-swedish-in-my-app-somewhere
Hope that helps!