How to customize message for storefront where there is no receiver installed in client side

How to customize message for storefront where there is no receiver installed in client side

book

Article ID: CTX310580

calendar_today

Updated On:

Description

By default ,is there is no receiver or citrix workspace app installed at client side, after user opens the storefront URL,it will pop up below message .And sometimes  administrator would like to customize the message to more specific one .

1.png


Instructions

By editing C:\inetpub\wwwroot\Citrix\<storeweb_name>\custom\strings.<language>.js ,customer can customize the message .

Example:
1.For English language client side ,edit 
  C:\inetpub\wwwroot\Citrix\<storeWeb_name>\custom\strings.en.js
   as below.

(function ($) {
    $.localization.customStringBundle("en", {
        UseReceiver: "Use Citrix workspace to access your applications and desktops.",
        Example2: "This is another example"
    });
})(jQuery);

2.save.

3.From the client without installing CWA ,open the broswer ,type storefront url,
 then the message will be changed as below.
Untitled.png