CodeIgniter Forums
Language Line Loading issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Language Line Loading issue (/showthread.php?tid=74717)



Language Line Loading issue - supernetindi2 - 10-29-2019

Hello Team,

I have 1000 lines of language string file named as global_words. My application default language is french. So I loaded by default global_words file. From that file, I have to fetch one line in two languages at a time. So please suggest me how to do it without loading the language file two times?


RE: Language Line Loading issue - InsiteFX - 10-29-2019

Can not understand why you would need over a 100 lines of language words?

You need to specify more of what you are trying to do.

Almost all of the new web browsers have built in page language translation,
the only thing they can not translate are like CodeIgniter internal code language.


RE: Language Line Loading issue - supernetindi2 - 11-04-2019

(10-29-2019, 07:52 AM)Becasuse browser translators not giving proper words for French and Portuguese. So that I must depend on code-igniter language translation. InsiteFX Wrote: Can not understand why you would need over a 100 lines of language words?

You need to specify more of what you are trying to do.

Almost all of the new web browsers have built in page language translation,
the only thing they can not translate are like CodeIgniter internal code language.



RE: Language Line Loading issue - InsiteFX - 11-04-2019

Did you check out the CodeIgniter Translations files?

Translations for CodeIgniter System Messages