Sun Java System Communications Express 6 2005Q4 Customization Guide

Customizing Text

Since the mail client supports internationalization, most of the text used in mail are referenced through a special array named i18n. The strings are saved in xx/i18n.js, where xx is the locale name for the specific language. To replace the text with a desired text, you need to look up the string from xx/i18n.js and modify it. The default encoding for all files is UTF-8, and you need to make sure that you use the right one, especially when the text contains non-Latin characters.