• Change the portal's language.

    Parameters

    • language: string

      The language to change to.

    Returns void

    Note

    • This method will reload the page with the new language.
    • Only languages that are available in the portal can be set.

    Example

    // Change language to english
    ix.api.session.changeLanguage("en");