We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to use this plugin you need to include this files in the build.cfg:
src/mxp/plugins/LanguageSelector.js
NOTE: In the default configuration this is already done.
This plugin allow change the application's language.
You can configure it adding this plugin with this configuration:
{ "ptype": "mxp_languageselector", "actionTarget":{ "target": "north.tbar", "index": 7 } }
The default list of available languages is:
Languages can be configured using the 'data' object. If no 'data' object is configured, the default settings are equals to the following configuration
{ "ptype": "mxp_languageselector", "actionTarget":{ "target": "north.tbar", "index": 7 }, "data":[ ["en","English","","en","English language"], ["fr","Français","","fr","Franch language"], ["it","Italiano","","it","Italian language"], ["de","Deutsch","","de","Deutsch language"], ["es","Español","","es","Spanish language"] ] }
For the languages to work they must be available in MapStore
Home
Roadmap
License
Improvement Proposals
MapStore OnLine Documentation (EN)