Hi,
After some problems I have successfully installed cmsms-mle-1.0.2-build4 here: http://www.magdalenagerber.ch/mg/
Its nice, thanks a lot to all people involved in this project
I would like to put abreviations for the languages (de/en/fr) instead of the flags, but I cant find where I could modify the {lang} tag
Any idea?
Thanks in advance
multilingual: how to put abreviations instead of flags?
Re: multilingual: how to put abreviations instead of flags?
If I change the config_lang.php file this way it works
but (... logically) it change also in the admin panel... 
Code: Select all
<?php
$hls = array(
'de' => 'de',
'en' => 'en',
'fr' => 'fr',
);
define('DEFAULT_LANG', 'fr');
?>

Re: multilingual: how to put abreviations instead of flags?
plugins/function.lang.phpfirfelin wrote: I would like to put abreviations for the languages (de/en/fr) instead of the flags, but I cant find where I could modify the {lang} tag
Alby
Re: multilingual: how to put abreviations instead of flags?
thanks a lot
but I think I dont understand php well enough to play with that file
so I'll keep with my "modified without flags config_lang.php"... 
but I think I dont understand php well enough to play with that file


Re: multilingual: how to put abreviations instead of flags?
From 1.2.1 you can set text in config_lang.phpfirfelin wrote: but I think I dont understand php well enough to play with that fileso I'll keep with my "modified without flags config_lang.php"...
![]()
Alby