View Revisions: Issue #893

Summary 0000893: Add custom i18n for fixed Web App text
Revision 2017-11-16 15:43 by rijkr
Description IST: In rare cases an application manager might want to override fixed Web App text.
SOLL: Add overrides of packaged *.properties.xml files in /opt/savapage/server/custom/i18n/ . Each override has *.xml name (without the .properties. part) and is located in a subdirectory with path identical to the original *.properties.xml file. The content of the .xml override can be restricted to just the overridden keys. Example: /opt/savapage/server/custom/i18n/org/savapage/server/pages/Login_de.xml

Custom i18n is an advanced feature and should be implemented in consultation with SavaPage Tech Support.
To activate, add to server.properties: webapp.custom.i18n=true
Revision 2017-11-16 14:59 by rijkr
Description IST: In rare cases an application manager might want to override fixed Web App text.
SOLL: Add overrides of packaged *.properties.xml files in /opt/savapage/server/custom/i18n/ . Each override has *.xml name (without the .properties. part) and is located in a subdirectory with path identical to the original *.properties.xml file. The content of the .xml override can be restricted to just the overridden keys. Example: /opt/savapage/server/custom/i18n/org/savapage/server/pages/Login_de.xml

Custom i18n is an advanced feature and should be implemented in consultation with SavaPage Tech Support.
To activate, add to server.properties: webapp.custom.i18n.enable=true