i need to get the current locale direction in zend_locale either rtl or ltr
views:
180answers:
1
A:
$localeData = Zend_Locale_Data::getList('ar_SA', 'layout'));
echo $localeData['characters'];
That will return right-to-left or left-to-right
Mark
2009-09-11 19:54:36