Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Question about internationalization

    Hello everyone,
    I am having some trouble with internationalization.

    I have the following lines in my gwt.xml

    Code:
    <inherits name="com.google.gwt.i18n.I18N" />
      <extend-property name="locale" values="de" />
    and in my index.html I have

    Code:
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="gwt:property" content="locale=de">
    However, I can't get the German version to work as obviously I am missing something. I am using SmartGwt 2.1 and I have the SmartGwtMessages.properties_* files.

    I guess I am missing some configuration for the internationalization to use the SmartGwtMessages.properties files in the SmartGwt package since the inherit in the gwt.xml is for the Gwt i18n.

    Thank you for your help in advance.

    #2
    Hi,

    Have a look here -> http://uptick.com.au/content/adding-support-other-languages

    and here -> http://code.google.com/webtoolkit/doc/latest/DevGuideI18n.html

    Cheers
    Rob

    Comment


      #3
      Ah silly me, had the meta tags in the wrong html. It is working now.

      Thank you for your reply.

      Comment

      Working...
      X