http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial
Also use this in your layout
echo $this->Html->css('default');
if($this->Session->read('Config.language') == 'he_IL')
{
echo $this->Html->css('default_rtl');
}
when default_rtl only override values
like this
#container {
text-align: right;
direction:rtl;
}
On Wed, Jul 7, 2010 at 10:29 AM, Yasir Arafat Hasib <[email protected]>wrote:
> Please help me in cakephp multilingual site. If you have any tutorial about
> this please send
>
> --
> Thanks & regards.
> ------------------------------------
> Yasir Arafat (Hasib)
> Software Engineer
> Epsilon Consulting and Development Services (ECDS)
> Contact Information:
> Cell : +8801816536901
> Web: http://arafats.info
>
> Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
> more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>
--
Regards,
Zaky Katalan-Ezra
QA Administrator
www.IGeneriX.com
Sites.IGeneriX.com
054-7762312
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" 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