Help to edit libraries of CodeIgniter 2.1 internationalization |
[eluser]AsoStrife[/eluser]
Hi guys ![]() I use this tutorial http://codeigniter.com/wiki/CodeIgniter_...ation_i18n to make my website... It's all ok ! But i need to refine these libraries, because I'd like to create a "language menù" where the user can select the language to use in my site.... The tutorials uses this code to change language : Code: anchor($this->lang->switch_uri('fr'),'Display current page in French'); Can you help me please ?? ------------------------------------------- Ciao ragazzi ![]() Sto usando questa guida : http://codeigniter.com/wiki/CodeIgniter_...ation_i18n per costruire il mio sito. E' tutto ok e funzionante ! Ma ho bisogno di perfezionare le librerie, perché vorrei creare un menù per la selezione della lingua dove l'utente può scegliere la lingua in cui visualizzare il mio sito. Il tutorial usa questo codice per cambiare lingua : Code: anchor($this->lang->switch_uri('fr'),'Display current page in French'); Potete aiutarmi per creare un settaggio manuale della lingua ??
[eluser]Unknown[/eluser]
Ciao non so se alla fine hai risolto ma basta semplicemente scrivere così: Code: <?= site_url($this->lang->switch_uri('fr')); ?>
[eluser]AsoStrife[/eluser]
E anche quando cambio pagina rimane ? Inoltre vorrei evitare la modifica dell'url tipo : www.expample.com/lang/page ma vorrei salvare il tutto in una variabile di sessione è possibile ? Scusate la risposta in laaargo ritardo ! And even when I change the page is? I would also like to avoid changing the url type: www.expample.com / lang / page but I would save it in a session variable possible? Sorry for the late response off! |
Welcome Guest, Not a member yet? Register Sign In |