Hi,
i am starting to implement i18n. The first stap was to introduce the german language for the smartGWT parts.
I added:
<extend-property name="locale" values="de"/> to the .gwt.xml
and
<meta name="gwt:property" content="locale=de_DE"> to the .html
This is working fine. The dates are shown in the german format (DD.MM.YYYY). Every smartgwt menus are german too.
Now i use the DateChooser to edit the Date or when i edit the Date manually, then smartGWT will show an invalid icon. I think smartGWT checks for this format (MM.DD.YYYY) because with that format it won't show the invalid icon? But the DateChooser is also using the (DD.MM.YYYY) format.
And another "problem" a float/double value will still be in (xx.xx) format not the european (xx,xx) is there a i18n way from smartGWT for that?
i am starting to implement i18n. The first stap was to introduce the german language for the smartGWT parts.
I added:
<extend-property name="locale" values="de"/> to the .gwt.xml
and
<meta name="gwt:property" content="locale=de_DE"> to the .html
This is working fine. The dates are shown in the german format (DD.MM.YYYY). Every smartgwt menus are german too.
Now i use the DateChooser to edit the Date or when i edit the Date manually, then smartGWT will show an invalid icon. I think smartGWT checks for this format (MM.DD.YYYY) because with that format it won't show the invalid icon? But the DateChooser is also using the (DD.MM.YYYY) format.
And another "problem" a float/double value will still be in (xx.xx) format not the european (xx,xx) is there a i18n way from smartGWT for that?
Comment