Hi,
On Mar 6, 2008, at 3:02 PM, Richard V. wrote:
I am new to XWiki Enterprice and I have read the documentation from
main website, but could not find what I needed. How do I set the
default language for the whole site without always passing the
language= in the URL every time?
See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HLanguage…
Also, how can I add more key/words to be translated to
another
language?
There are 2 different concepts:
* the skin and templates translations. This is done in the core and
implemented through an ApplicationResources.properties file located in
your WEB-INF/lib/xwiki-core-*.jar
* the application translations. Right now all our apps are in English.
To translate them you'll need to edit them or use resource bundles in
documents, see
http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplica…
Hope it helps,
-Vincent
Many thanks in advanced.
Richard