Wiki source code of I18N

Version 18.5 by Vincent Massol on 2009/04/14

Show last authors
1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Internationalization
7
8 XWiki can be set-up in order to support one or various languages. As of Feb 2009 XWiki Enterprise supports 17 languages:
9 * Czech
10 * German
11 * English
12 * Spanish
13 * French
14 * Galician
15 * Hind
16 * Croatian
17 * Italian
18 * Norwegian
19 * Polish
20 * Portuguese
21 * Romanian
22 * Russian
23 * Slovak
24 * Ukrainian
25 * Chinese
26
27 To see the exact status for each language check our [translation wiki>http://l10n.xwiki.org/] (for example you can see the [status of translations for XWiki Enteprise>http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources]).
28
29 1.1 Preferences
30
31 Setting up languages is done in the Administration (link on the top right of every page).
32
33 #info("To make use of this feature for Languages with encodings that are not ISO-8859-1, you will need to adjust the encoding for your xwiki setup as documented in the [Encodings page of the Administrators Guide>platform:AdminGuide.Encoding]")
34
35 {image:AdminLanguages.JPG}
36
37 1.1 Switch to another language
38
39 By default the language displayed will be the one coming from the browser. However on every page you can choose to switch between the different languages translations that exist for the page by clicking on the language name in the top right corner of the screen, as shown on the following screenshots. Note that you can also force a language by suffixing a URL with <tt>language=&lt;2-letter language code&gt;</tt>. In addition you can [configure your wiki to always use a specific language or force a single language to be used>AdminGuide.Configuration#HLanguagesettings].
40
41 {image:LanguageEN.jpg} <-~~English~~ &nbsp&nbsp&nbsp ~~Deutsch~~-> {image:LanguageDE.jpg}
42
43 ~~The [Mandriva Club>http://club.mandriva.com] website, where 25 languages are supported on their XWiki:~~
44
45 {image:Languages_MandrivaClub.JPG}
46
47 #info("Once you click on a language, you're forcing it and thus all pages which have translations in that languages will display these translations by default when you navigate to them.")
48
49 1.1 Edit a translation
50
51 When editing a page, a panel indicates which language is currently being edited. You can always check whether you are working on the right page depending on the language you want to write in.
52
53 {image:Language_Translation.JPG}
54
55 #info("Note that all translations of one page share the same set of xwiki objects. So it is impossible to have different objects (and page tags, which are objects too) in different translations for now, but it is planed in next versions.")

Get Connected