I am using Jquery.validate in a multilingual project.
All works good, but I have 2 questions (ok, my real question is No. 2):
1) I am loading it from Microsoft CDN: http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js and it "seems" to be quite slow compared to the google CDN?
2) To display localized error messages I include: http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/localization/messages_xx.js (where xx is the locale that is beeing used), as indicated here and in all other documentations I found online: http://www.asp.net/ajaxlibrary/CDNjQueryValidate19.ashx
This works fine for de, fr, es, ja but not for common other locales like nl,pt, etc. Does anyone know how to get a list of ALL available "message files"? I would just want to load them if they are available, as "trying without success" takes to much time ...
And: if you know another CDN where to get jquery.validate plus the translation files: I will be happy to download from there :-)
Thank you!