3

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.

Kowser
  • 8,123
  • 7
  • 40
  • 63
Goutham
  • 80
  • 12

1 Answers1

3

Using resource bundle you can achieve i18N in java script. see the following Tutorial

I18n Strings in Javascript

Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243