take a look at what yii offers:
http://www.yiiframework.com/doc/guide/1.1/en/topics.i18n

for collation you can, in a pinch, put your array in a mysql temporary
table and sort it with a mysql collation.


On 1/17/11 8:49 AM, "Andre Polykanine" <an...@oire.org> wrote:

>Hello Php-i18n,
>I need to make my projects international. However, my hosting provider
>won't install anything for me, so no GetText, no ICU.
>Could you suggest me something?
>I tried to make constants definitions like this:
><?
>define("MSG0", "Welcome to our website!");
>...
>define(MSG125", "blah blah");
>?>
>But it's reeeally hard to maintain in future.
>Thanks!
>
>  
>
>-- 
>With best regards from Ukraine,
>Andre
>Skype: Francophile
>Twitter: http://twitter.com/m_elensule
>Facebook: http://facebook.com/menelion
>
>
>--
>PHP Unicode & I18N Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to