Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping translation of part of a text.

Status
Not open for further replies.

mancroft

Programmer
Oct 26, 2002
267
GB
Stopping translation of part of a text.

I have done a site in English.

It contains the address:

Florence Road, Thorpe Hamlet, Norwich

When translated into Italian, this comes out as:

Strada Di Firenze, Piccolo villaggio Di Thorpe, Norwich

Is there a way to HTML code so that the content remains the same irrespective of the language it is translated into?

<pre> doesn't work.

Creating the text as an image file does work but is too much of a pain.

 
<html>
<body>
<script language=&quot;JavaScript&quot;>
document.write ('Florence Road, Thorpe Hamlet, Norwich');
</script>
Hello People how are you all doing today.
</body>
</html>


The javascript part will be generated dinamically so the translator won't pick up the actual words.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top