Don't be, happens to all of us :-) O.
On 17 May 2010, at 20:08, jhuesos wrote: > Forget about it.... > > It's Murphy Laws, you can be looking for the solution for days and > when you ask for help, you solve it. > > I'm really sorry. > > Cheers, > > On May 17, 8:02 pm, jhuesos <[email protected]> wrote: >> Hi all, >> >> I am having one problem with the messages Mootools show the user when >> the validation fails because it shows the default messages always in >> English and I want to show them in Spanish (since I'm Spanish, dont >> you see because of my bad English... :D ) >> >> Before I call validate(), I set the Mootols default language to es-ES >> using: >> >> MooTools.lang.setLanguage("es-ES"); >> >> And when the validation fails, I show the current language with an >> alert and a call to MooTools.lang.getCurrentLanguage() and it says my >> current language is "es-ES" but still, it show always the tips in >> English. >> >> I check in the mootools-more file to see if the Form.Validator.Spanish >> is inside, and it is. >> >> I've been trying to figure out what can be the problem for days and >> it's the time to ask for help. >> >> What can be the problem? Do you have any ideas? >> >> Thanks!
