alexpirate Posted April 16, 2010 Share Posted April 16, 2010 Hello I have a few question about language settings: 1. How can i set the default language from English to another language ? 2. How to change the language layout ? Like example in the language bar the first language is English the second is German and etc.. Is there a way to change it ? 3. I use JoomFish when i select English all url end with ?language=English, but when i choice Bulgarian the all url end with : ?language= Thanks 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted April 16, 2010 Share Posted April 16, 2010 1) look at the general settings menu in the admin area. 0 Quote Link to comment Share on other sites More sharing options...
alexpirate Posted April 16, 2010 Author Share Posted April 16, 2010 Thanks sgrayban Any suggestions for the rest questions ? 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted April 16, 2010 Share Posted April 16, 2010 @ 2. without a template you can not change the sortorder easily. you have to code something: in hook ClientAreaPage global $smarty; $langstring = $smarty->_tpl_vars['setlanguage']; // preg_match_all ... and sort ;( 0 Quote Link to comment Share on other sites More sharing options...
alexpirate Posted April 16, 2010 Author Share Posted April 16, 2010 Thanks for the tips HerrZ 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.