Hi Numan,

I am doing that by using following site http://www.utf.ru/tables/arabic.html
i am using sample example struts2-blank-2.1.6.war

HelloWorld.jsp

    <li>
        <s:url id="url" action="HelloWorld">
            <s:param name="request_locale">ar</s:param>
        </s:url>
        <s:a href="%{url}">Arabic</s:a>
    </li>

package_ar.properties

HelloWorld.message= &#1578;
requiredstring = ${getText(fieldName)} &#1577;.
password = &#1578;&#x62a;       
username = &#1580;&#x62c;       
Missing.message =&#1539;

I iam sucessful to get it in tittle but not in page why? :(


-- 
View this message in context: 
http://www.nabble.com/Please-help-to-get-Arabic-i18n%28internationalization%29-using-struts2.1.6-tp22222312p22240539.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to