On May 12, 2010, at 6:17 PM, Guillaume Lerouge wrote:
Hi Ben,
On Wed, May 12, 2010 at 16:10, Ben Stuggler <[email protected]>wrote:
Hi,
Does anybody know if it's possible to change the translation for the interface (for example, the logout button) ?
I would like to avoid overwriting the "$!msg.get('logout')" which is definitively not a good solution.
- Create XWiki.Translations - Write "logout=Some crazy translations" and save the page - In the Administration, in the Programming section, add "XWiki.Translations" as an internationalization document bundle and save
IIRC this should override the default translation.
Even better, you can find the documentation here: http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplicat... Thanks -Vincent