Dear all,
Where in Database are stored “Options” settings (e.g. anyone has chosen not default Language from UI-> Option-> Language-> German).
Thanks!
Dear all,
Where in Database are stored “Options” settings (e.g. anyone has chosen not default Language from UI-> Option-> Language-> German).
Thanks!
All the language string related to the GUI for 6.9.1 are located under:
/home/oracle/jboss-4.2.2.GA/server/default/deploy/aveksa.ear/aveksa.war/WEB-INF/classes/com/aveksa/gui
You can change any string and restart the application server and it will be directly change on the UI.
For Version 7.x, you can search for the directory location by:
find /home/oracle –name strings.properties
All the language string related to the GUI for 6.9.1 are located under:
/home/oracle/jboss-4.2.2.GA/server/default/deploy/aveksa.ear/aveksa.war/WEB-INF/classes/com/aveksa/gui
You can change any string and restart the application server and it will be directly change on the UI.
For Version 7.x, you can search for the directory location by:
find /home/oracle –name strings.properties