aspose file tools
The moose likes Struts and the fly likes Internationalization problem... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Internationalization problem..." Watch "Internationalization problem..." New topic
Author

Internationalization problem...

malek aftab
Greenhorn

Joined: Jun 04, 2006
Posts: 12
Hi everybody,

I have a problem in internationlizing my web application,
I made AlicationResource files,
a filter to set my encoding to UTF-8
use bean:message tag to render messages in jsp files

but in reality, my problem is about encoding in my web pages
struts internationalization is correct but probably encoding is not correct, messages in my web pages renders incorrectly.

regards
Malek Aftab
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
You might try a different encoding, such as ISO-8859-1. This covers most European languages.


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Internationalization problem...
 
Similar Threads
WEB-INF directory is the correct place to place Application.properties file
Can't find property file when using ResourceBundle.getBundle
Struts Message Resource
Multilingual Email - help needed
Encoding