1 Reply Latest reply on Oct 2, 2008 1:58 PM by nimo22

    messages_ja.properties

    nimo22

      I have a

      messages_ja.properties



      (japanese) converted to ASCII. In JBOSS, I have:


      <Connector port="8080" ...useBodyEncodingForURI="true"/>



      and in components.xml, I have:


      <web:character-encoding-filter encoding="UTF-8" override-client="true" url-pattern="*.seam" />



      All languages are registered well via SEAM. When I click a language, then the language is changed, but the link to japanes does not work - the language does not change, even I have declared a property-file. Now, when I click the language ja, then nothing occurs.


      Any Ideas?