16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
%META:TOPICINFO{author="TWikiContributor" date="1129330724" format="1.1" version="1"}%
|
|
---+!! Language selection dropdown
|
|
|
|
*To be included where a language selection is needed, for instance in the top bar or left bar.*
|
|
|
|
Note: this dropdown is only shown if localization is enabled.%BR%
|
|
Test: %IF{"context i18n_enabled" then='<span style="color:green; font-weight:bold;">localization is enabled</span>' else='<span style="color:red; font-weight:bold;">localization is not enabled</span>'}% %BR%
|
|
|
|
Usage:
|
|
<verbatim>
|
|
%INCLUDE{%TWIKIWEB%.LanguageSelector}%
|
|
</verbatim>
|
|
|
|
Result:
|
|
|
|
%STARTINCLUDE%%IF{"context i18n_enabled" then='<form name="%INCLUDINGWEB%%INCLUDINGTOPIC%ChangeLanguage" action="%SCRIPTURLPATH{"oops"}%/%BASEWEB%/%BASETOPIC%" method="get"><select name="language" onchange="document.%INCLUDINGWEB%%INCLUDINGTOPIC%ChangeLanguage.submit()">%LANGUAGES{format="<option $marker value=\"$langtag\">$langname</option>" selection="%LANGUAGE%" separator=" "}%</select><input type="hidden" name="template" value="oopslanguagechanged" /><noscript><input class="twikiButton" type="submit" value="%MAKETEXT{"Change language"}%" /></noscript></form>'}%%STOPINCLUDE% |