I am French and in a JSF application i use a french locale in a f:convertdatetime to translate the name of the months and the days of a date. However, all the names have their first letter in lowercase.
After some researches, i found the class where these translations are ( Java\jdk1.8.0_45\jre\lib\ext\localedata.jar\FormatData_fr.class ). I edited it with the java class file editor software and the file does appear edited in my IDE but when i launch my application, the translations always begin with a lowercase.
So i wonder what I did wrong and i would like some help to solve my issue.
Thanks =)