Right to left script for languages like Arabic in ADF application
992151Feb 26 2013 — edited Feb 27 2013Hi All,
I am working on a multilingual ADF application. I need to include language written right to left in my implementation. Below are the steps i have implemented for the same.
1. Resource bundle file for Arabic is in place.
2. Locale added to the supported locale list as well.
3. added the <right - left > tag in trinidad-config.xml
4. added the encoding type as UTF-8 in web.xml in the filter for adfBindgings. (the page also had the encoding type as UTF-8)
When i run the application, The page rendered, shows the content in random characters(not arabic) and the right-left script does not work either.
Am i missing out on something here. Help and suggestions really appreciated.
Thanks
Usha