Monday 15 September 2014

internationalization - How to change GWT DatePicker month label language -


I would like to know whether it is possible to change the label's language in GWT DatePicker? In my quest, I think playable with internationalization is possible, but my PB is not a date format, but the month's example is labeled: "June" or "Jouin", "February" or "Favorite"

Thank you very much!

GWT uses date-picker datetime format And for the almost all languages, this class is implemented.

To activate a new location for your app, you have to do two things:

  • < P> Activate that module in your module .gwt.xml, such that the Givat compiler generates permutations for the language:

    & lt; extension-property name = "locale" value = "es,

  • Call your application with parameters to obtain the appropriate permutation:

    Then the date picture should show the week and month name in the appropriate language

No comments:

Post a Comment