I searched and searched google and various forums for the problem and have seen various methods e.g. using databases, arrays, constants, files etc..
and also internationalization and localization..
This much diversity has confused me enough..
Can someone please help me to guide the best possible approach towards making a multilingual website in PHP?
or how can i get started with localization concept in case its the best (which seems to be).
does l10n or i18n requires any special configuarations on the webserver part? or it can be implemented on any of the apache webserver out there which modifying any of the conf files as the hosting providers does not allows to change these settings.
is there any good class which i can use?
thanks!
You can have a look at: Internationalization of Zend_Form which is pretty easy to use.