My application demands two language supports english and greek ...and the technologies used is struts2.0,ejb3.0,jboss..I made two types of resource bundle and even file of corresponding language is picking up but the problem is my internet explorer 8 does not able to show the text which is written in greek language in property file ....Is this browser problem or shoud i need some configuration work ...the page encoding showing as western uropian ISO and when i choose UTF-8 the the original text is showing in greek language .But when i changed the endoing in my jsp file as <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> then the original greek language text not showing ...David please help me ....and thanks in advance