How do I add links that select my preferred language (CodeIgniter language class)?
I just finished this tutorial:
http://codeigniter.com/wiki/Internationalization_and_the_Template_Parser_Class/
but now i want some links to change english
tospanish
I know how to change it by changing the controller example.php
:
# Load language
$this->lang->load('example', 'english');
But I cannot figure out how to do this in the view file example.php
What's the easiest and best way to do this?
+2
a source to share