Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Changing the language of the approval web browser page?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 2

Thanks Jon,

I will pass this information & I appreciate the answer!

Mark