Web Portal erorr messages customization

I would customize error messages shown in the Web Portal with customer messages. Specifically I want to change login error message and the release mode message is not suitable with my needs.

There's a way to do that?

Thank you.

  • Hi,

    You can create a file that overrides the default translations for a specific message code a specific assembly. The file has to reside in the same folder and have the name <AssemblyName>.custom.vii, for example: VI.DB.custom.vii

    So you have to know a) the assembly containing the message and b) the message code of the text.

    The file contains sections for each culture.

    For example, to customize the "wrong user name of password" message, you can define VI.DB.custom.vii with this content:


    [en-GB]
    strError810017="This is a custom error message to tell you about an invalid user name or password."

    Let me know if you have further questions,

    Hanno