Hello,
I'm doing an application with FuelCMS in French...
I have some issues while displaying French characters like this one :
"ç" => "ç", #latin small letter c
I can see in this file :
/* Location: ./application/config/strings.php */
than some sort of characters translation is done.
I have a module languages, a model languages corresponding to a table in my database.
In the database,
The following text : "French - Français" is stored like that :
"French - Français"
When i use my module to list all languages, no problem
I guess the characters translations is done properly.
I can see "French-Français" in the list
But when the language is displayed either in a text-box or in a drop-down menu, it displays :
"French - Français"
As shown here :
http://img442.imageshack.us/img442/6155/68575316.pngThanks in advance for your help
Comments
http://www.getfuelcms.com/user_guide/libraries/my_model