Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: AdriaanB on July 03, 2019, 02:19:42 PM

Title: Workspace Desktop Edition 8.5.1 language customization
Post by: AdriaanB on July 03, 2019, 02:19:42 PM
I'd like to change the wording of an existing language.
This is possible according to [url=https://docs.genesys.com/Documentation/IW/8.5.1/Local/IWCustomization#scrollNav-6]https://docs.genesys.com/Documentation/IW/8.5.1/Local/IWCustomization#scrollNav-6[/url]

I added the file "custom_Genesyslab.Desktop.Modules.Contacts.en-US" in C:\Program Files (x86)\GCTI\Workspace Desktop Edition\Languages\

When starting the Workspace Desktop Edition, it doens't pick up this change.
It is supposed to change "Title" into "RNNR" in the "Create new contact" panel.

[code]
<?xml version="1.0" encoding="utf-8" ?>
<Dictionary CustomDictionary="true">
  <Value Id="Contacts.ContactDirectoryView.ContactTitle" String="RNNR"/>
</Dictionary>
[/code]

Any ideas?
Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: cavagnaro on July 03, 2019, 02:27:55 PM
Check WDE logs if it is actually loading such file
Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: AdriaanB on July 03, 2019, 02:35:38 PM
I did.
No mentioning of this custom file in the logging on ${APPDATA}\Genesys Telecommunication\InteractionWorkspace\log\
Nor in the log4net debug logging.

The WDE fails to load when the custom file contains an error.
So parsing does happen.


Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: cavagnaro on July 03, 2019, 02:39:21 PM
This matches your current WDE lang file, correct?
Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: AdriaanB on July 03, 2019, 02:43:11 PM
Yes.
All 17 Genesyslab.Desktop.Modules*.xml files are of country-code "en-US".
So I added custom_Genesyslab.Desktop.Modules.Contacts.en-US with just the one string change that needs to happen.
Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: cavagnaro on July 03, 2019, 03:17:13 PM
For me at C:\Program Files (x86)\GCTI\Workspace Desktop Edition\InteractionWorkspace\Languages there is a file SampleCustomization.en-US
Maybe try to check it?
Title: Re: Workspace Desktop Edition 8.5.1 language customization
Post by: AdriaanB on July 04, 2019, 09:35:19 AM
I named the sample file "custom_Genesyslab.Desktop.Modules.Contacts.en-US" but no cigar.
Thanks for the pointers cavagnaro.