Column label not showing in Arabic
Summary:
Column label not showing in Arabic
Content (please ensure you mask any confidential information):
Hi All,
We got a requirement to change the company name in iSupplier page.
I have used the below EL expression to change the label based on language.
#{facesContext.externalContext.requestLocale=='ar'?'اسم الشركة في السجل ':'Company Name as per Registration'}
English is working fine, but when user enters into Arabic, its still showing the English name only.
Arabic name is not working.
Could anyone assist on this.
Thanks,
Venkatesan R
Version (include the version you are using, if applicable):
25A
Code Snippet (add any code snippets that support your topic, if applicable):
0