Kaydet (Commit) d0065737 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS pj27 (1.7.6); FILE MERGED

2005/04/27 20:43:09 pjanik 1.7.6.2: #i46488#: Fix typo.
2005/04/27 18:53:02 pjanik 1.7.6.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.
üst 52aee9a4
......@@ -847,7 +847,7 @@ public class LetterWizardDialogImpl extends LetterWizardDialog {
public void initializeNorms() {
//To add new Languages please modify this method and LetterWizardDialogResources.java
Norms = new String[11];
Norms = new String[16];
Norms[0] = "en-US";
Norms[1] = "de";
......@@ -860,6 +860,11 @@ public class LetterWizardDialogImpl extends LetterWizardDialog {
Norms[8] = "ko";
Norms[9] = "zh-CN";
Norms[10] = "zh-TW";
Norms[11] = "cs";
Norms[12] = "bg";
Norms[13] = "da";
Norms[14] = "hu";
Norms[15] = "hr";
setControlProperty("lstLetterNorm", "StringItemList", resources.LanguageLabels);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment