Welcome Guest, Not a member yet? Register   Sign In
How to translate form upload error messages?
#1

[eluser]landitus[/eluser]
HI all! I'm working with a Codeigniter site in spanish and I'm displaying the form upload messages via:

Code:
$errors = $this->upload->display_errors();

I get the file size and no file uploades messages in English. I wish to know how to change the messages to custom ones
#2

[eluser]InsiteFX[/eluser]
You need to load a Spanish language file and use $this->lang->line('language_key');

You will need to create your own messages for the form errors.

InsiteFX
#3

[eluser]landitus[/eluser]
Thanks for you reply! Is there any documentation on how to code this custom messages? Is this the same as localization?




Theme © iAndrew 2016 - Forum software by © MyBB