|
What this is
Other links
The source codeTranslating WebMail to new languages ==================================== WebMail comes with much localization support. Users may change easily between languages that are available. WebMail will automatically detect all installed languages. There are two "ways" to translate WebMail. One for the source distribution and one for the binary distribution. 1. The "make" way ----------------- Here I will explain how to translate WebMail to a new language if you are using the WebMail source and will compile it anyway Prerequisite: recode-3.6 Steps: 1. Change directory to src/net/wastl/webmail 1. Copy data/xml/en (or de) to data/xml/<your_language>. 2. Diretories under the new direcotry(ie, data/xml/<your_language>) are available UI themes for webmail users to choose. Translate all the XSL files in your new directory. You may just pick a theme to translate. 3. Copy data/xml/resources_en.xml to data/xml/resources_<your_language>.xml and translate it. Since it's Java ResourceBundle conformed resource file, you may name it as data/xml/resources_<your_language>_ |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.