Run CollabNet SourceForge Enterprise 5.0 in a local language

Note: CollabNet SourceForge Enterprise 5.0 is currently provided in English (en-us), Chinese (zh), Japanese (ja) and Korean (ko) versions.
  1. Download and install the font needed to support the required language.
  2. Update your font configuration file.
    • cd /usr/java/jdk1.5.0_12/jre/lib
    • cp fontconfig.RedHat.3.properties.src fontconfig.properties
  3. Stop CollabNet SourceForge Enterprise 5.0.
    • /etc/init.d/collabnet stop
  4. With a text editor, modify the configuration file /usr/local/sourceforge/runtime/conf/sourceforge_configuration.properties to support the required languages.
    • multiple.language.enabled=true
    • system.supported.locales=en,en_GB,ja,ko,zh_CN
  5. Modify the equivalent variables in the file /usr/local/sourceforge/runtime/conf/runtime-options.conf with the same values.
    • MULTIPLE_LANGUAGE_ENABLED=true
    • SUPPORTED_LOCALES=en,en_GB,ja,zh_CN,ko
  6. Start CollabNet SourceForge Enterprise 5.0.
    • /etc/init.d/collabnet start
  7. If you are installing a Korean-language site, symlink the fonts/korean directory to the fonts/ko directory.
    • ln -s /usr/share/fonts/korean /usr/share/fonts/ko
    Note: This bypasses a Java bug that can make Korean characters appear incorrectly.
Related concepts
Why won't my CollabNet SourceForge Enterprise 5.0 virtual machine installation start?
Who can help me with CollabNet SourceForge Enterprise 5.0?
Related tasks
Start CollabNet SourceForge Enterprise 5.0 manually
Stop CollabNet SourceForge Enterprise 5.0 manually