cancel
Showing results for 
Search instead for 
Did you mean: 

Languages...

soeursourire
Champ in-the-making
Champ in-the-making
Hi!

I go into troubles while using French language: I use this code in my jsp page:

<%– load a bundle of properties with I18N strings –%>
   <f:loadBundle basename="alfresco.messages.webclient" var="msg"/>
   <f:loadBundle basename="alfresco.messages.EthicFlow_webclient" var="EFmsg"/>

And I have a file EthicFlow_webclient.properties in my system in webclient config alfresco messages and another one (in French) in C:\alfresco\jboss\server\default\conf\alfresco\messages. However everything that I added stay in English not in French and Alfresco words stay in French. What do I miss to do?

And if I do that: Application.setLanguage(context, this.applicationLanguage);
the language of my application didnt change! Should I do something else?
2 REPLIES 2

soeursourire
Champ in-the-making
Champ in-the-making
Another question as well: is it possible to manage DHTML documents with Alfresco?
Thanks.

soeursourire
Champ in-the-making
Champ in-the-making
Other question: if I create a person (so I create a password and username) and delete this person, the password will stay in mysql and I could not create another person with the same password. Is there a way to delete the person AND these password properties in database?
Thanks for your answer