How do i persist google translate pages after clicking link?
My website is http://himalayanherbs.net/ .
I'd like to know if i could persist the translated language after clicking links. Say For example.
I click russian from the lanuage translator dropdown. The page gets translated into Russian.
If I click a lin开发者_JAVA百科k then the page which opens, opens up in english again. This can be frustrating to the customer.
Is there a way by which once i click Russian the default language gets set to Russian so I don't have to re-click russian again.
*Russian was an example. (The langauge clicked could be anyone from the drop down )
A much simpler alternative would just be to include the free Google Translate widget on all your pages. That way visitors select the language they would like to view the site in and Google dynamically does the rest (and persists their selection throughout the site). You then don't need to worry about trying to create and keep updated dozens of different HTML files for every page, each with it's own set of internal links (which, frankly, sounds like a nightmare to maintain).
精彩评论