Thomas Mortagne wrote:
Hi Syam,
On Mon, Sep 22, 2008 at 11:54 AM, syam_kg <[email protected]> wrote:
Hi I want to add a new language to my XWiki application. I changed Multi Lingual in the 'General' section og Xwiki Preferences to 'Yes' and added that language in the 'Languages' text box. Also I created an ApplicationResources.properties for the language and added it to the XWiki-1.5.jar. Is there any other classes which needs to be modified ? If
No, you don't need to modify any class for your new language to be taken into account.
yes how that can be done ? In general would it be fare to pull out a class from a jar file, modify it and put it back ? Please help.. I am using XE 1.5
You don't even need to put it back in the jar, simply put it in "WEB-INF/classes" and it will overwrite or be added to what is in jar files.
But note that you must restart the container (server) for the new file to be taken into consideration. -- Sergiu Dumitriu http://purl.org/net/sergiu/