Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internationalization(i18n) for Javascript alert messages

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.

like image 236
Goutham Avatar asked Dec 10 '25 19:12

Goutham


1 Answers

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

I18n Strings in Javascript

like image 178
Sunil Kumar Sahoo Avatar answered Dec 13 '25 09:12

Sunil Kumar Sahoo