Internationalization and localization (i18n) for CodeIgniter 3.0? |
12-27-2014, 09:36 PM
(This post was last modified: 12-28-2014, 06:40 AM by ivantcholakov. Edit Reason: A typo )
I have written some notes here: http://forum.codeigniter.com/thread-77.html Also, one my application skeletons (CI3-based) supports partly the things you need: https://github.com/ivantcholakov/starter...-edition-4 , here is a demo: http://iridadesign.com/starter-public-edition-4/www/
To be honest about internationalization, with CodeIgniter you are on your own, you need to implement everything alone. Consider using a ready CodeIniter-based CMS, or have a look at Yii2 framework. Not important: http://example.com/en/products and http://example.com/fr/produits - this seems a better choice for me. Otherwise if a word (the slug) is the same in two languages - a collision happens, what content is to be shown then. |
Messages In This Thread |
Internationalization and localization (i18n) for CodeIgniter 3.0? - by karthik_code - 12-27-2014, 04:02 AM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by sneakyimp - 12-27-2014, 04:59 PM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by ivantcholakov - 12-27-2014, 09:36 PM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by freddy - 04-23-2015, 12:58 AM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by karthik_code - 12-28-2014, 12:34 AM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by mwhitney - 12-30-2014, 02:39 PM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by abbasmeran - 03-04-2015, 02:40 PM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by abbasmeran - 03-04-2015, 02:41 PM
RE: Internationalization and localization (i18n) for CodeIgniter 3.0? - by olivedev - 02-20-2018, 02:51 AM
|