Welcome Guest, Not a member yet? Register   Sign In
Help to edit libraries of CodeIgniter 2.1 internationalization
#1

[eluser]AsoStrife[/eluser]
Hi guys Smile I'm new in this forum and I'm italian !
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');
but when i change page, the language returns to default...

Can you help me please ??

-------------------------------------------
Ciao ragazzi Smile Sono nuovo in questo forum e sono Italiano !
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');
ma quando cambio pagina, la lingua ritorna in quella di default.
Potete aiutarmi per creare un settaggio manuale della lingua ??
#2

[eluser]AsoStrife[/eluser]
Up !
#3

[eluser]Unknown[/eluser]
Ciao non so se alla fine hai risolto ma basta semplicemente scrivere così:
Code:
<?= site_url($this->lang->switch_uri('fr')); ?>
#4

[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!




Theme © iAndrew 2016 - Forum software by © MyBB