Hello everyone,
How I can change the language of calendar (the Date of birth field) in join page?
Any help or advice is appreciatied.
Hello everyone, How I can change the language of calendar (the Date of birth field) in join page?
Any help or advice is appreciatied. |
Anyboy any help? |
Hello, This is not the best solution, but has worked for me. 1. Download the datepicker regional file for your own language (you can find it if you download the datepicker jquery plugin). 2. Open the language file (e.g. for french it must be datepicker-fr.js) and copy all the the $.datepicker.regional properties (from closeText till yearSuffix). For English the properties and their values are:
closeText: 'Done',
3. Open the file ui.datepicker.js in /plugins/jquery (make a backup of the file first) and change the encoding to UTF8. Go to line 42 (command 'this.regional['']) 4. Replace the properties beneath the line with the properites you have copied from the language file you've downloaded. (if prevText and nextText are initialized change the values to '' in order for your date to show correctly) 5. Clear the chache. Your date should be changed now Hope this works for you!!! http://www.boonex.com/market/posts/kazatzo |
Hi, kazatzo I'm so appreciated. Thank you very much. It works. ^_^ |