Changing the language of the approval web browser page? | Community
Skip to main content
New Participant
August 1, 2019
Solved

Changing the language of the approval web browser page?

  • August 1, 2019
  • 2 replies
  • 1416 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

New Participant
August 6, 2019

Thanks Jon,

I will pass this information & I appreciate the answer!

Mark

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
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