edithbonamy Posted February 11, 2016 Share Posted February 11, 2016 Hi, I wish to be able to display only one language for example: if the user clicks on French the language display is french but the "button" switch / which appears becomes English Something like this code : {if $LANG.globalsystemname eq "Portal Home"} English text {else} Other Language text {/if} This is actually my custom code in the header : {if $languagechangeenabled && count($locales) > 1} <div class="pull-right nav"> {foreach from=$locales item=locale} <a class="quick-nav" href="{$currentpagelinkback}language={$locale.language}">{$locale.localisedName}</a> {/foreach} </div> {/if} or I can be leave the two languages but I boldface one of them: example when the user clicks on french, french becomes fatty! If someone can help me with that it will be great! King regards, Edith Bonamy 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.