Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

mxp.plugins.LanguageSelector

Alejandro Díaz Torres edited this page May 22, 2014 · 2 revisions

Needed Files

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.

Plugin description

This plugin allow change the application's language.

Configuration Example

You can configure it adding this plugin with this configuration:

    {
        "ptype": "mxp_languageselector",
        "actionTarget":{
          "target": "north.tbar",
          "index": 7
        }
    }

This plugin haven't any specific configuration.

Clone this wiki locally