There are no docs on localization, and it's possible: download locale files , include them in html, add js: ``` js window.ParsleyValidator.setLocale('{{ STRIPPED_LOCALE }}'); ``` I think that documentaion is needed. Maybe locale files should be included too.