I don\'t know how should I titled this question but hope my friends will understand the problem and will help me :)
I want to show log message in arabic
thanks friends, after trying all and not getting desired result i think to use a hidden div with that arabic message and with jQuery fading affects solved the problem. Script I wrote is: .js file
$('#enterOpeningPrice').fadeIn();
$('#enterOpeningPrice').fadeOut(10000);
.html file
أدخل سعر الافتتاح
Thanks to all..