-3

Google Translate. Bing Translate. You can add a widget. You can select "Spanish" and the page will translate to Spanish.

I do not want to user to have to select "Spanish". I want the page to load in Spanish automatically. Never mind why I want these things. They are necessary parameters.

Kevin Reid
  • 37,492
  • 13
  • 80
  • 108
Fat Jerk
  • 9
  • 1

2 Answers2

1

You could start by looking at navigator.UserLanguage in javascript. It's not entirely foolproof, but it's a good starting point, and provided the users aren't messing with what the navigator object actually pulls (fairly easy to fake) it should give you a reasonably good start.....you don't really have what language(s) you're using on your page tagged, so it's sorta hard to provide specific help.

user2366842
  • 1,231
  • 14
  • 23
0

Reading the documentation might help http://msdn.microsoft.com/en-us/library/dn341982.aspx#feedback

Collector
  • 2,034
  • 4
  • 22
  • 39