8.2.6. Internationalization

8.2.6.1. There are limitations about time zone.

  • Unless the conditions below are met, data that handles date/time information may possibly have some mismatches.
    • Make the time zone of Java VM and this product the same.

      • Time zones that are defined in the configuration file below can be specified.
        %CONTEXT_PATH%/WEB-INF/conf/time-zone-config/im-time-zone-config.xml
    • It is not recommended to change the time zone after system operation has started.

    • Do not change JavaVM time zone within the program. Example : TimeZone#setDefault()

    • Do not use client side JavaScript Date object for the purpose of handling time zone.

8.2.6.3. Descriptions and comments in the setting files will not be internationalized.

  • Labels and messages displayed on the screen are offered in multiple languages,
    but descriptions and comments in the setting files and so on are provided in Japanese only.

8.2.6.4. Message which is generated by IM-Propagation will be only in English.

  • IM-Propagation function is outside the scope of internationalization function.
    Therefore, all the generated messages such as logs will be in English.

8.2.6.6. Locales of the messages generated in the log could be mixed.

  • On intra-mart Accel Platform some of the log messages are generated in the locale set by the tenant.
    If there are multiple tenants within one Web application and if each tenant has different locale,
    locales of log messages would vary depending on the tenant in use.