heni naceur New Member Dec 11, 2016 #1 I want to detect the language used by the client to change the rtl style (right to left) for a single language
I want to detect the language used by the client to change the rtl style (right to left) for a single language
twisted1919 Administrator Staff member Dec 12, 2016 #2 Use Yii::app()->language, that will always return a string with current language code (and region).