Developer Tools
JDeveloper
When you define a static list for a view object, JDeveloper creates a standard message bundle file in which to store them. The file is specific to the view object component to which it is related, and it is named accordingly. Internationalizing the model layer of an application built using ADF Business Components entails producing translated versions of each component's message bundle file. For example, the Italian version of the
ModelBundle.properties message bundle would be a class named
ModelBundle_it.properties, and a more specific Swiss Italian version would have the name
ModelBundle_it_ch.properties.