How to set the sort order to another language’s character set for the Spotfire Web Player?
book
Article ID: KB0083482
calendar_today
Updated On:
Products
Versions
Spotfire Web Player
7.0 and earlier
Description
Description: By default the Spotfire Analyst client will pick up the language within the Windows “Region and Language” setting. This will allow the Spotfire Analyst client to sort data using the alphabet for the language selected. Unfortunately, this is not the case for the Spotfire Web Player. A regional language is sorted correctly with the Spotfire Analyst client, but not with the Spotfire Web Player. See the attached (Filename: example.jpg) for an example in Japanese. The Spotfire Web Player does not use the Windows “Region and Language” setting. By default it will use UTF-8 character coding, so the sort order may be incorrect.
Resolution
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" />
Issue/Introduction
How to set the sort order to another language’s character set for the Spotfire Web Player?
Attachments
How to set the sort order to another language’s character set for the Spotfire Web Player?get_app