Open the menu
    ```html

    Language Selector : Add

    Allows registering expressions in order to overwrite terms according to the portal's language.

    Features

    • It is an administration interface

    Screens

    Add
    • Code (string, required field, maximum size: 50) : The language (corresponding to the language) registered previously must be selected.
    • Expression (string, required field, maximum size: 100) : Occurrence that should be translated when the language specified in the field above is selected by the user.
    • Translation (string, required field, maximum size: 1000) : Name that will replace the above registered expression.
    • Resource Path (string, required field, maximum size: 255) : Path to the XML file that contains the original translation of the term to be replaced. The file with the highest number of translations is lumis/portal/strings/strings.pt_br.xml.
    • Status (integer, required field) : Allows enabling or disabling the translation of the expression occurrence on the portal when the language is selected by the user.

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • Add an expression
    ```