Creating message catalogs
Perform this task to begin the localization of strings in an application component.
Before you begin
About this task
Procedure
Example
The following English catalog (BankingResources_en.properties)
supports the labels for the list and its two list items:
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.
The corresponding
German catalog (BankingResources_de.properties) supports the labels
as follows:
accountString = Konten savingsString = Sparkonto checkingString = Girokonto