Search Results for

    Show / Hide Table of Contents

    Set the culture via query string parameter

    By default The Identity Hub determines the culture based on the user language parameters passed by the browser.
    However it is possible to overwrite this behavior by specifying a query string parameter when redirecting to The Identity Hub.

    Examples

    https://www.theidentityhub.com/{tenant}/authenticate?culture=nl-NL
    https://www.theidentityhub.com/{tenant}/authenticate?culture=nl-BE
    https://www.theidentityhub.com/{tenant}/authenticate?culture=en-US

    The culture will be applied for the current user session.

    In This Article