How can I translate a specific element into Farsi?
<div id="new">hello</div>
<div id="new">سلام</div>
The content in that element is variable, meaning it may change.
I want all the content in it to be translated into Farsi.
Thank you.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
How can I translate a specific element into Farsi?
<div id="new">hello</div>
<div id="new">سلام</div>
The content in that element is variable, meaning it may change.
I want all the content in it to be translated into Farsi.
Thank you.