 Nikhil Vishwanath
|
Background of the issue:
I am developing a site and using jQuery AJAX to fetch a particular text and display it on a page. I pass the text as a response to the AJAX request on success. I want this text to be translatable in the string translations. I found some documentation here: https://wpml.org/documentation/support/translating-the-theme-you-created/#wrap-all-texts-in-gettext-calls
Symptoms:
I need to make the text fetched via AJAX, translatable using WPML string translations.
Questions:
How can I make text fetched via AJAX translatable using WPML?
Is there a specific method to wrap AJAX response text for translation?
|