I am using internationalization in my jsf web application in Eclipse. I am using resource-bundle and reading from Lang.properties file using <f:loadBundle>
tag. But when I start the server, for the first time, only the English language is displayed properly and letters of other languages are displayed as question marks. Once I refresh the page, everything is displayed properly.
I know that question marks are displayed in internationalization when jsf doesn't find the letters to display.
But I have put the key-value pairs in Lang.properties from where it should be able to read without any problem.
What should I do to make it read the Unicode letters for the first time also ? Any help is appreciated.