Question
How i can change the TWiki Language to German without Using
UserInterfaceInternationalisation
i have set follow Configures:
$TWiki::cfg{Site}{Locale} = 'de_DE.iso885915@euro';
$TWiki::cfg{Site}{CharSet} = 'iso-8859-15';
$TWiki::cfg{Site}{Lang} = 'de';
$TWiki::cfg{Site}{FullLang} = 'de-de';
but this works only when i enable the
UserInterfaceInternationalisation
I'm using Apache with
ActivePerl under Win2k3
Environment
--
MirkoW - 09 Jul 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I guess what is bothering you is the language list in the top bar. With your current settings and enabling
UserInterfaceInternationalisation you can use this for the
WebTopBar and get rid of the language list.
<table border="0" cellpadding="0" cellspacing="0" style="width:100%; margin-top:12px;">
<tr><td valign="middle"><span id="twikiLogo" class="twikiImage"><a href="%WEBLOGOURL%"><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" style="border:none;" /></a></span></td>
<td align="right" valign="top" class="patternMetaMenu">
<noautolink>
* <form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="twikiInputField" name="topic" value="" size="18" /><noscript> <input type="submit" class="twikiButton" size="5" name="submit" value="%MAKETEXT{"Jump"}%" /> </noscript>
</form>
* <form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch"><input type="text" class="twikiInputField" id="quickSearchBox" name="search" value="" size="18" /><input type="hidden" name="scope" value="all" /><input type="hidden" name="web" value="%BASEWEB%" /><noscript> <input type="submit" size="5" class="twikiButton" name="submit" value="%MAKETEXT{"Search"}%" /> </noscript>
</form>
</noautolink></td></tr></table>
Another approach would be to fully translate to German all the templates in twiki\templates, at least all that belong to Pattern Skin (they have the word
pattern in the filename). That way you will prevent the constant use of MAKETEXT function.
--
EnriqueCadalso - 17 Jul 2008
Closing this question after more than 30 days of inactivity. Feel free to re-open if needed.
--
PeterThoeny - 02 Sep 2008