Foros de discusión

Having problem in Arabic Translation

Rani Vishhwakarma, modificado hace 11 años.

Having problem in Arabic Translation

New Member Mensajes: 2 Fecha de incorporación: 23/08/12 Mensajes recientes
Hi ,

I am creating a portal with Arabic , English and Spanish translation. English and Spanish works fine but Arabic is giving the problem i tried the char encoding that is suggested by many article but no luck, I did the following settings in my jsp

<%@ page contentType="text/html" isELIgnored="false" pageEncoding="utf-8"%>

displaying the result as :
<p align="right"><a href="<%=registerURL%>" target="_blank"><b><liferay-ui:message key="user-new-user-register-here" /></b></a></p>


properties file : Language_ar_SA.properties contain:
user-new-user-register-here=تسجيل مستخدم جديد هنا


but it displays something else like …
ستخدم جديد هنا


please suggest how to correct it

Thanks in advance,
Rani

Archivos adjuntos:

thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Having problem in Arabic Translation

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Are you saving all your files as UTF-8?
Rani Vishhwakarma, modificado hace 11 años.

RE: Having problem in Arabic Translation

New Member Mensajes: 2 Fecha de incorporación: 23/08/12 Mensajes recientes
yes ! thanks for reply , i solved the problem actually i had to convert native to ASCII , Now it is working fine
Ashish Sharma, modificado hace 9 años.

RE: Having problem in Arabic Translation

New Member Mensaje: 1 Fecha de incorporación: 8/01/15 Mensajes recientes
Hi,
i'm facing the same issue.can you please tell me how you converted native to ASCII and solved this problem.

Thanks in advance.