Perform this task to begin the localization of strings in an application component.
accountString = Accounts savingsString = Savings checkingString = Checking
Do not create compound strings by concatenation (for example, combining the values of savingsString and accountString to form Savings Accounts in English. Success depends upon the grammar of the original language (in this case, English) and is not likely to extend to other languages.
accountString = Konten savingsString = Sparkonto checkingString = Girokonto
In this information ...Related reference
| IBM Redbooks, demos, education, and more |