Search code examples
ibm-cloudibm-api-management

Anyway to change language setting for APIM on Bluemix?


I am doing some tests with "API Management" provided on Bluemix from US-south site. However, it's hard for me to post questions with screenshots due to the information shown on web UI is in Chinese by default.

So please help me to change the language setting to English on Bluemix (APIM more specifically) if anyone knows how-to.

Thanks.


Solution

  • Configuring English as the first accept-languages should render the page in US locale.

    In Chrome:

    1. Close Chrome to prevent overriding the preferences file you are about to edit.
    2. Open this file in the text editor: C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Preferences
    3. Lookup accept_languages.

      "intl": { "accept_languages": "en-US,en,ru" }

    4. Make en-US or en to be the first one in the value.

    In Firefox:

    1. Open about:config page.
    2. Lookup intl.accept_languages.
    3. Change the value so that en-US or en to be the first one.

    In IE:

    1. Click Tools - Internet Options.
    2. On General tab, click Languages.
    3. In Language Preferences dialog, move English to the top.
    4. Click OK.