Language confusion about GAD.

I am a little confused about language configuration about GAD.
I know there are different language versions for GAD.
but for english version, I found there was a logon-languages.jsp file under gdesktop/logon directory, (actually, I don’t know how to show this step to make a language selection), I assume when I make a selection, the gad interface will be different based on language selection, my question is what the difference between making a language selection of english version and using a specific different anguage gad version?
Also, when I do gad customization , there is a dictionary properties file , is this file only intended for customization part? nothing to do with GAD itself?

Kevin

Any ideas?
Nobody knows about this?

1 Like

Hi there!

GAD language translate customization (if i right understend your question) is realy easy - jast look in
GAD_install_dir\webapps\gdesktop\WEB-INF\classes\com\genesyslab\uadthin
here you found - Dico.properties file -it’s for English version. Create new one, Dico_ru.properties - for Russian in my case, and edit it using any UTF-8 text editor. Also you can translate Supervisor part , here in supervisor folder u found - GSDResources.properties file.

WBR Thaler.

my understanding is if there are more than one dico.properties files under GAD_install_dir\webapps\gdesktop\WEB-INF\classes\com\genesyslab\uadthin , when starting gad,should there be language selection step? Am I right?

what’s the difference between gad versions for different langugage? just difference of Dico.propertie file?

kevin

1 Like

yes. u right

what's the difference between gad versions for different langugage? just difference of Dico.propertie file?
yes - just different Dico file. it's like the skin/language file for over software.

sorry, in that case, I am still confused.
if I need two language version at the same time, like english and franch, do I have to install two gads for two languages or just put two different Dico.properties file under GAD_install_dir\webapps\gdesktop\WEB-INF\classes\com\genesyslab\ uadthin ???

just put two different Dico.properties =)

Thank you very much, Timur Karimov
I have an other question about GAD.
Do you konw which gad version supports multiple customization?
It seems 7.6.202.02 does not.

Thanks in advance.

kevin

what do you mean about ‘multiple customization’? multiple tabs in right pane?

GAD customization: in gad 7.5, only one customFile can be set up in web.xml, as below

GAD customization: in gad 7.5, only one customFile can be set up in web.xml, as below

customFile /custom/custom.xml

but later GAD version support deploying Multiple Customizations

To deploy additional customizations in parallel without impacting the
primary customization, specify the additional customizations by using
the name customFile, where represents a customization number
greater than integer 2. For example:

customFile
custom/custom.xml


customFile2
custom2/custom.xml


customFile3
custom3/custom.xml

but I tried in gad 7.6.202.02, it seems it doesn’t support this feature.
My question, which version of GAD supports it?

Kevin

Hi kevin,

try to 7.6.3.000.14

WBR Timur

1 Like

Thanks Timur.

2 Likes