jsp site translation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    jsp site translation

    What do You think would be the best way of translating jsp pages(from english to polish and back) ?
    i have some idea but i dont know if that would be the best one, maybe there are better ways

    Thank You
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Have you read this tutorial?

    kind regards,

    Jos

    Comment

    • oll3i
      Contributor
      • Mar 2007
      • 679

      #3
      thank You Jos i will read it for sure :)

      Comment

      • oll3i
        Contributor
        • Mar 2007
        • 679

        #4
        hmm now another problem i'm in the middle of writing but i can not save MessagesBundle. pl_PL.propertie s
        eclipse says it can not save the file because some chracters cannot be mapped using iso-8859-1
        i changed the text encoding for project to utf-8 but still the same, cannot save it
        what else should i do?

        Thank YOU

        Comment

        • BigDaddyLH
          Recognized Expert Top Contributor
          • Dec 2007
          • 1216

          #5
          Originally posted by oll3i
          hmm now another problem i'm in the middle of writing but i can not save MessagesBundle. pl_PL.propertie s
          eclipse says it can not save the file because some chracters cannot be mapped using iso-8859-1
          i changed the text encoding for project to utf-8 but still the same, cannot save it
          what else should i do?

          Thank YOU
          See the comments at the start of the API page for Properties:



          You can either use Unicode escapes for the problematic characters or you can translate your files using the native2ascii tool.

          Comment

          Working...