Changing the language
	    	I18n does not attempt to discover which language to use. You must inform it on one of the following ways:
	    	- A request parameter named i18n_lang
- A session attribute named i18n_lang
- A cookie named i18n_lang
This means that if you set the language on session and I18n finds a request parameter i18n_lang, the language 
of the request will be used.