Guest Posted August 8, 2016 Posted August 8, 2016 Hi everyone,Recently i have faced a issue like how to create the locale for hebrew language, so i have investigated on this like UI of jasperserver and finally i found the solution to create the locale for hebrew language. Below are the steps which i have done and the UI has been changed to hebrew language. Hope this will helps you to create the locale for hebrew language.Steps:----------To display the buttons or the UI in hebrew language we need to convert the hebrew to hexadecimal format other wise the jasper server will not be recognise the hebrew language directly.1. Firstly convert the required text into hebrew language using google translate or any other translator2. Copy the hebrew text and convert it into hexadecimal format in the following linkhttp://www.convertstring.com/EncodeDecode/HexEncodethis url helps you to encoding the languages to hexadecimal3. You need to add the prefix as (Ex: ליישם). You can also use the Input Options delimiter as #x0(note that & is not working in the input options so need to take upto #x0 value as delimiter)4. Take the encoded hexadecimal value and put into the requiered property file such as jasperserver_messages.properties(in my case jasperserver_messages_he_IL.properties)5. Now restart the server.Here we go, the UI will looks in hebrew language.Please provide your comments if you are facing any issues.Thanks,Santhosh
hozawa Posted August 8, 2016 Posted August 8, 2016 Would appreciate if you can contribute your Hebrew property files to the community.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now