Edit the Web Player’s web.config file and make the following change. This example sets the global setting to Japanese.
Change the global setting from English to Japanese:
Find the following lines in the web.config file:
<!--Default language if none set in browser-->
<globalization uiCulture="en" culture="en-US" />
Change them to this:
<!--Default language if none set in browser-->
<globalization uiCulture="ja" culture="ja-JP" />