I wish I find a solution for this.How can internationalization be implemented for Javascript Alert messages?. I have already implemented i18n from my jsp pages. I am using spring MVC.
Asked
Active
Viewed 1,836 times
1 Answers
3
Using resource bundle you can achieve i18N in java script. see the following Tutorial

Sunil Kumar Sahoo
- 53,011
- 55
- 178
- 243
-
I did it :) using plain JavaScript, just passing the strings as parameters from the JSP . – Goutham Dec 13 '11 at 11:05