2 Replies Latest reply on Oct 4, 2007 3:39 AM by turkishpirate

    seam localization

    turkishpirate

      Hi all.
      I have some troubles with localization of messages.properties file.
      There are messages in my language (russian) and when i put this messages on my pages, they appears as unreadable symbols.
      I have utf-8 encoding in all .xhtml files and utf-8 encoding in my IDE (IntelliJ Idea). In my previous noSeam-projects i didn't have this bug, when uses .properties file.
      Anyone knows how to solve this problem?

        • 1. Re: seam localization
          nickarls

           

          "TurkishPirate" wrote:
          Hi all.
          I have some troubles with localization of messages.properties file.
          There are messages in my language (russian) and when i put this messages on my pages, they appears as unreadable symbols.
          I have utf-8 encoding in all .xhtml files and utf-8 encoding in my IDE (IntelliJ Idea). In my previous noSeam-projects i didn't have this bug, when uses .properties file.
          Anyone knows how to solve this problem?


          Do you have a meta content tag on your page?

          • 2. Re: seam localization
            turkishpirate

             

            "nickarls" wrote:

            Do you have a meta content tag on your page?

            Yes, i have following:

            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            bla bla bla