Localization for Enterprise Manager

AgilePoint Enterprise Manager provides localization support for English, Japanese, Chinese, Hebrew, Spanish, and French. Once the localization feature is activated, a drop-down list becomes visible on the Main Page to select the language for which to show. In order to expose this functionality, add the following 'add key' entry into the web.config file for Enterprise Manager.

<configuration>
  <appSettings>
    <add key="SupportedLocale" value="en-US;ja-JP;zh-CN;he;es;fr" />
      </appSettings>
</configuration>

After adding this configuration, the AgilePoint Enterprise Manager Main Page should look like the following: