posted 12 years ago
I am developing a web application. I want to localize a datepicker component. I dont want to do the settings of locale in html file. Because it requires frequent compilation of code each time we change the locale. so i want to do localization using properties file and dictionary. Any work around for this?
Thanks