when you select arabic set $is_arabic = true;
when you select english set $is_arabic = false;
template auto detect when language english to arabic
Collapse
X
-
Originally posted by arnage View Post
something like
PHP Code:echo '<div style="text-align: '.($is_arabic === true ? 'right' : 'left').';"> ... </div>';
I need something like this. How do I use it?PHP Code:echo '<div style="text-align: '.($is_arabic === true ? 'right' : 'left').';"> ... </div>';
Leave a comment:
-
No, it is about style change . Not about how to translate the textOriginally posted by arnage View PostMaybe something like this?
http://coding-talk.com/f46/php-gum-t...ate-api-11593/
Leave a comment:
-
-
Leave a comment: