Our application has multi-lingual support. So user can select the application language when they login.
Now when Map is displayed we want to show the labels and traffic incident tool tip text also in the user selected language.
At present label language is the default language of the xServer. And in xServer.Net Map control, culture based partial language translation is in use. However, text received from xServer is still in default language.
We are using XServer-1 on premise and PTV xServer Version is 1.24.0.3.
As per my investigation I found following probable options to achieve our requirements:
- How to Change the Language of Maps
This will require changes in xServer configuration for each language to be supported. - Translate traffic information
Not sure how to do something similar with xServer.Net Map control
Please point me in right direction how to achieve our requirements.