You need to know language and country codes. The list for all locale codes can be found here. For example lets say you want to add Spanish internationalization.
1) For NextReports Server, you can find i18n files in installation folder:
You should add here your i18n file. For Spanish you should create
NextServerApplication_es_ES.properties
All i18n files must contain a new property:
Settings.personalize.language.es_ES=
2) For NextReports Designer, the files can be found inside a jar file. In <install_directory>
For Spanish you should create
next-ui_es_ES.properties
All i18n files must contain a new property:
language.es_ES=
Although, if you want to see your national flag in Language menu bar, you should have a 16x16 pixels image which you will put in the same jar in images folder. You should edit images.properties file from jar and add a new entry:
flag-es_ES=<image_name>
If you create such i18n file and want to share, please send it to us at next_support@asf.ro and we will add it to main distribution to be used by other users.
No comments:
Post a Comment