Changing the language of the approval web browser page? | Adobe Higher Education
Skip to main content
Level 2
August 1, 2019
Risolto

Changing the language of the approval web browser page?

  • August 1, 2019
  • 2 risposte
  • 1417 visualizzazioni

Hi all,

As anyone been able to change the language of the web-browser page that you get directed to when approving content or target of deliveries via email?

Thanks,

Mark

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Jonathon_wodnicki

Hi,

The approval page has i18n, though isn't parameterized for it afaict.

Uses this module for the displayed text, maybe reads instance conf:

<%@ page import="com.neolane.gen.nl.WorkflowStr" %>

You can also make your own approval page, it's just a xtk:workflow#PostEvent() call.

Thanks,

-Jon

2 risposte

Jonathon_wodnicki
Community Advisor
Community Advisor
August 1, 2019

Hi,

The approval page has i18n, though isn't parameterized for it afaict.

Uses this module for the displayed text, maybe reads instance conf:

<%@ page import="com.neolane.gen.nl.WorkflowStr" %>

You can also make your own approval page, it's just a xtk:workflow#PostEvent() call.

Thanks,

-Jon

Level 2
August 6, 2019

Thanks Jon,

I will pass this information & I appreciate the answer!

Mark