On Sep 23, 2008, at 6:22 AM, syam_kg wrote:
Hi Thomas,
Thanks a lot for the reply. Now it works for me without any core code
modifications.
And I've added the information to the contribution page:
http://dev.xwiki.org/xwiki/bin/view/Community/Contributing
Thanks
-Vincent
Thomas Mortagne wrote:
>
> Hi Syam,
>
> On Mon, Sep 22, 2008 at 11:54 AM, syam_kg <syam2304(a)gmail.com> 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.
>
>> Regards
>> Syam