I learnt from Google that Internationalization is the process by which i can make my web application to use all languages. I want to understand unicode for the process of internationalization, so i learnt about unicode from here and there.
I am able to understand about unicode that how a charset set in encoded to bytes and again bytes decoded to charset. But i dont know how to move forward further. I want to learn how to compare strings and I need to know how to implement internationalization in my webapplication. Any Suggestions Please? Please guide me.
My Objective:
My main objective is to develop a Web Application for Translation(English to Arabic & viceversa). I want to follow Internationalization. I wish to run my web Application for translation in all the three browsers namely FF,chrome, IE. How do I achieve this.