Localize new Unica custom reports
You can localize your custom reports. Birt uses Resouces.properties files to translate strings. These files are copied to Unica_Home/Platform/Insights/Reports/ Resources folder.
Resource properties files possess a key for each string. In your custom reports, you must map keys for the report's strings in the report design. You can use Unica properties files for the strings, which are already translated. However, if you have new strings, you can get their translated strings from your language teams. Birt supports ASCII formatted translation.
For all new strings, you must also generate new keys which must follow a custom format. Ensure that you do not use Unica key format or numbers.
The following table provides the resource properties file names for Campaign and Deliver.
Product Name | Properties file |
Campaign | CAResources_<locale>.properties |
Deliver | DLResources_<locale>.properties |
Unica provides languages support for Campaign and Deliver reports. It supports to following languages.
Language | Locale |
English | en_us (default) |
German | de_de |
Spanish | es_es |
French | fr_fr |
Italian | it_it |
Japanese | ja_jp |
Korean | ko_kr |
Portuguese | pt_br |
Russian | ru_ru |
Simplifies Chinese | zh_cn |
Traditional Chinese | zh_tw |
Navigate to Unica_Home/Platform/Insights/Reports/Resources folder to find all *.properties file names.
For more information and to learn how to apply keys or more, go to
https://wiki.eclipse.org/BIRT/FAQ/Internationalization