" /> Workspace Desktop Edition 8.5.1 language customization - Genesys CTI User Forum

Author Topic: Workspace Desktop Edition 8.5.1 language customization  (Read 1926 times)

Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Workspace Desktop Edition 8.5.1 language customization
« on: July 03, 2019, 02:19:42 PM »
Advertisement
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?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #1 on: July 03, 2019, 02:27:55 PM »
Check WDE logs if it is actually loading such file

Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #2 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.


« Last Edit: July 03, 2019, 02:37:17 PM by AdriaanB »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #3 on: July 03, 2019, 02:39:21 PM »
This matches your current WDE lang file, correct?

Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #4 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.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #5 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?

Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Workspace Desktop Edition 8.5.1 language customization
« Reply #6 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.