- Infoshare
-
Signed in: Administrator
- Change Password
- Signoff
- Online Documentation
- Adutante ver. 5.0.1.0
PAGE TITLE
Date Last ModifiedPAGE TITLE
Date Last ModifiedBoth Adutante and VSLogger support language selection for their user interface
List of supported and enabled languages is configured in adutante/applications/adutante/config/adu_langs.properties file.
List of supported languages provided as key= value pairs where
Sample content is:
en_US=English
es_ES=Español
fr_FR=Français
Default language is set in adutante/applications/adutante/config/adutante.properties file.
e.g.
adutante.locale.default=fr_FR
Actual translations stored in property bundle files, located in adutante/applications/adutante/config folder
adumod_h5common.xml
adumod_h5common2.xml
adumod_h5home.xml
h5server_messages.xml
adumod_aduqc.xml
adumod_recorders.xml
vslogger.xml
plugin_common.xml
Minor correction to translation can be done by direct editing of the resource bundle files.
Please note following:
For example:
<value xml:lang="fr">Évaluer</value> - Valid entry
Removing or making unbalanced ", < or > chars, will result in incorrect entry and will cause problem when program restarts
<value xml:lang="fr>Évaluer</value> - invalid
<value xml:lang="fr">Évaluer/value> - invalid
<value xml:lang="fr">Évaluer<</value> - invalid