This entry was posted on Monday, May 24th, 2010 at 1:39 pm and is filed under Web Design Tools. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


My Space Proxy
Ultimate Web Space Tools for any Skill Level
How to change text language in properties on a web page?
When i press right click on my website and select "properties", my "Text Language" is English, how do i change that to Russian. I made the website using Yahoo web design tool. Thank you
go up to the gray bar thats under ur web address click view
go down to encoding go over and click more.
2 Responses to “How to change text language in properties on a web page?”
Leave a Reply

May 24th, 2010 at 7:01 pm
go up to the gray bar thats under ur web address click view
go down to encoding go over and click more.
References :
May 24th, 2010 at 7:49 pm
Try adding this into the <head> tag of your XHTML code:
<meta http-equiv="content-language" content="ru" />
References :