What I changed is the language hidden field in the edit page. http://localhost:8080/xwiki/bin/edit/Main/WebHome?editor=wysiwyg&language=fr
<input type="hidden" name="template" value="" /> <input type="hidden" name="xcontinue" value="/xwiki/bin/edit/Main/WebHome?editor=wysiwyg"/> <input type="hidden" name="xredirect" value="" /> <input type="hidden" name="language" value="en" /> I change the value="en" to wathever new translation I want. (fr for my test) Mathieu Ricardo RodrÃguez wrote: > > Mathieu Dupuis wrote: >> I have the same problem, >> >> I think I have found the problem. If you change the hidden field >> 'language' >> en the form 'edit' to the language you want. Everything goes well. >> >> The way I am doing it is with firebug on Firefox. I can probably download >> the source code and submit a patch but it could take a while for me to >> understand to source code. >> >> I have create a JIRA bug at http://jira.xwiki.org/jira/browse/XEM-63 >> >> I hope this help >> >> Mathieu > Hi, Mathieu, > > I am trying to do the same while working with XWiki 1.2-milestone-1.5235 > and I keep getting the default page modified instead of a new translated > version. > > Even more: although I've set up a language other than English as default > language, any new document I create as it were in English. > > Please, what fields' value do you modified and where? > <meta content="en" name="language"/> and > <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">? > > Thanks! > > Cheers, > > -- > Ricardo RodrÃguez > Your XEN ICT Team > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > > -- View this message in context: http://www.nabble.com/Cannot-translate-page-in-xwiki-1.1.1-tf4645706.html#a13588541 Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
