I need to implement internationalization in struts.... I am new to this topic... how can i start and what i have to follow... Please give some website links and any sample code website for learning. I want to Implement Indian languages.
When I started learning Struts, I was a bit confused on this internationalization part. But after reading from the Struts Complete reference, I realized how simple was that to do internationalization in Struts. Do you already have the Complete Reference book with you?? If not google some resources...you will surely get it.
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
I read the Complete reference too... there they are changing the internationalization by changing the line in message resource tag in Struts config file.....
I want to change programatically....
I am in india i want to implement two languages like Hindi and Marathi....
I have two links Hindi and Marathi...Default is English...
If i click on hindi link my web page should show Hindi language and If i click on Marathi i should show marathi contents.... I am confused how to start....
I dont know whether it comes under internationalization or Localization...