-
Hi there, Is there any way to translate error messages sent by mod_auth_openidc? I can use the OIDCHTMLErrorTemplate to set a custom error page, but messages passed as "%s" variable are in English. I could do a translation using Javascript inside the template HTML file, but it doesn't seem the cleanest way to do it. Being able to do it on the server side will be better. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
using |
Beta Was this translation helpful? Give feedback.
using
OIDCHTMLErrorTemplate
and possiblyErrorDocument
are the only ways of doing that; you can have theOIDCHTMLErrorTemplate
post to a server-side processing page that translates, it doesn't need to be Javascript/client based