Connecting Tech Pros Worldwide Forums | Help | Site Map

jsp site translation

oll3i's Avatar
Site Addict
 
Join Date: Mar 2007
Posts: 563
#1: May 30 '08
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's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: May 30 '08

re: jsp site translation


Have you read this tutorial?

kind regards,

Jos
oll3i's Avatar
Site Addict
 
Join Date: Mar 2007
Posts: 563
#3: May 30 '08

re: jsp site translation


thank You Jos i will read it for sure :)
oll3i's Avatar
Site Addict
 
Join Date: Mar 2007
Posts: 563
#4: May 30 '08

re: jsp site translation


hmm now another problem i'm in the middle of writing but i can not save MessagesBundle.pl_PL.properties
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
BigDaddyLH's Avatar
Moderator
 
Join Date: Dec 2007
Location: Kelowna, BC Canada
Posts: 1,212
#5: May 30 '08

re: jsp site translation


Quote:

Originally Posted by oll3i

hmm now another problem i'm in the middle of writing but i can not save MessagesBundle.pl_PL.properties
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:

http://java.sun.com/javase/6/docs/ap...roperties.html

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