...
Again, click on the Preview button to see that the system found and substituted the proper labels.
...
Create Localized Resource Files
If the report needs to be translated to different languages, more resource files (properties files) need to be created (- one per language).
Since the base properties file was created in English, we can create the English properties file by copying MyReport.properties to MyReport_en.properties (in the same directory).
If we need to translate the report Frenchto German locale for Switzerland, create the properties file (in the same directory) with the name MyReport_frde_FRCH.properties and translate the property values to FrenchGerman. (NOTE: only the property values ... the property
names need to be the same in all the properties files for the substitution to occur correctly).
...