I have a PHP application and now I need to implement multi language support. This is the first time I have to deal with this.
I did some searches on the internet and always come to PHP’s gettext function, which I have compiled on my server.
I would just like to know if gettext() is the best way doing this? Most articles date back to even 2002, isn’t there a new way maybe in PHP 5.2?
Also I read that you have to reboot the server when you make adjustments to the translations??
I have a PHP application and now I need to implement multi language support.
Share
The intl extension uses the new ICU library but it’s only available in PHP 5.3+