i want to support eng and zh_tw in my website.the locale's directories
are

app\locale\eng\LC_MESSAGES\default.po
app\locale\zh_tw\LC_MESSAGES\default.po


then, i use $this->Session->write('Config.language', $language); to
control current language.
if i want to display english , i set $language='eng' is work.
but when i set $language='zh_tw', it's not work!

so, i tried $language='zh-tw', then it's work!

can anyone please tell me why? this is confused me.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to