Fórum

cant translate to locale language in ajax call

Hasinur Rahaman, modificado 12 Anos atrás.

cant translate to locale language in ajax call

New Member Postagens: 2 Data de Entrada: 14/03/12 Postagens Recentes
Hi
I am using <i18n> tag. I am showing the pages in three different languages {depending on the user choice, user may click on the button of any of the specific language} say, English, Tamil, and Sinhala.
The translation is working very fine
In some of the pages I have used ajax call to append another jsp inside the mother jsp and have used <s:div> tag and jsp: nclude tag.
The pages are working fine . the only problem is that the included page{the child jsp} is not translating to any locale language.
A birdeye view of the code:-
***** the jquery****************
urlStr=”specified path of the url”
$jq14_enquiry.ajax({
url: urlStr,
async: false,
cache : false,
success : function(responseText) {
$jq14_enquiry("#eDetailDiv").html(responseText);
}

});
****************************jsp***************

I have used <s:div id="enquiryDetailDiv"><jsp:include page="rEDetail.jsp"></jsp:include></s:div>
thumbnail
Hitoshi Ozawa, modificado 12 Anos atrás.

RE: cant translate to locale language in ajax call

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Sorry but your question has nothing to do with Liferay. You may get some replies posting your question somewhere else.