On Mon, Feb 13, 2012 at 7:37 AM, mohit gupta <[email protected]> wrote: > i went through http://platform.xwiki.org/xwiki/bin/view/Features/I18N. > Basically i want to set the set the language of my wiki as per the value > of paramter > language(as explained about appending the language=zz in in the link ) but > it only convert the label language not the acyual content. For example i > created the page > Mypage and put the content as This is my first page(default language is > english). But now if i change the default language to french only lablels > like comments > (to commentaires), history(to historique), Add(to Creer) get changed not > the page name and content inside it. Still i see the contant as This is my > first page.Though i was expecting it in french. How to configure so that we > can change the page name and its content too when changing the default > language?
XWiki does not translate anything, this configuration just indicate the default **available** language you want to display. If there is not content, UI, whatever existing for that language it will automatically fallback on an available one. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
