@duckduckgo/privacy-dashboard
    Preparing search index...

    Function onChangeLocale

    • Sets the locale once initially. This is a required call.

      It's not expected that this method will be called more than once during the lifespan of the open Privacy Dashboard - although technically it does support it

      Must be 2 letters, lower-case to match a name in the shared/locales folder. If you're not sure what to send for any reason, send { locale: "en" } as a default.

      Valid values would be along the lines of:

      "fr"
      "en"
      "pl"

      Parameters

      Returns void