I'm new here. I have problem to set current language in yii to malay language. This is my current code in config/main.php:
'sourceLanguage'=>'ms',
But it does not affect at all.but if i change the code to:
'sourceLanguage'=>'id',
The current language change to Indonesia language.
Could someone please tell me the code for malay language?