Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Add interface languages to Primo interface

    • Product: Classic Primo

     

    Description

    English, French, German are default options in the Language Drop-down selector and additional languages are needed

    Cause

    Languages need to be enabled in the Primo back office mapping tables

    Resolution

    1. Go to: Primo Home > Advanced Configuration > All Mapping Tables --> Edit Table Name "Languages"
    2. Enable desired languages and Save
    3. Deploy Mapping Tables after saving
    4. Deploy Views (and Mapping tables if not previously deployed)

    Additional Information

    The following CSS can be added to the Customization Package to set the order of the Languages menu.

    (you may customize this example as needed)

    md-list-item[value="en_US"] { order: 0 !important;}
    md-list-item[value="es_ES"] { order: 1 !important;}
    md-list-item[value="fr_FR"] { order: 2 !important;}
    md-list-item[value="de_DE"] { order: 3 !important;}

     

     


    • Article last edited: 10-Dec-2021
    • Was this article helpful?