简体   繁体   中英

Gwt datepicker translations

i'm using gwt datepicker and want to customize translations. For example I want to provide my own localization service and translate for example month names. Any idea how can I do it? I can't find any documentation how can i do this.

According to the GWT Documentation You can change the locale of the Date Picker in the module.gwt.xml file, for example:

<!-- French in France -->
  <extend-property name="locale" values="fr_FR"/>

If you do not want to change the locale try this custom date picker

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM