On 05/04/07, Armin Kniesel armin.kniesel@googlemail.com wrote:
I installed this Multilang manually, but i don't know how to use it in wiki. Is there anywhere a description?
The version of Multilang in Subversion is experimental, and doesn't have documentation, but the basic gist of it is:
<language code="en">Text in English.</language> <language code="fr">Text in French.</language> <multilang />
The <multilang /> tag is replaced with an appropriate <language> block; if a block in the user's current language preference is available, then that's used, otherwise the content language (if available). If neither of those are available, then it falls back to the first available language block defined.
If a <language> tag doesn't have a "code" attribute, then it will be ignored.
Rob Church