Open Closed

[HOWTO] Override abp's localization resource #1514


User avatar
0
yilmaz.atalar created

Hi,

I want to override abp's messages like "EntityNotFoundErrorMessage". I've tried inheriting resources but it didn't work.

Any ideas will be appreciated.

Thanks.


4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    do you want to change this translation? https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/ExceptionHandling/Localization/tr.json#L15

  • User Avatar
    0
    yilmaz.atalar created

    do you want to change this translation?
    https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/ExceptionHandling/Localization/tr.json#L15

    Yes I do.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please check this demo https://github.com/abpframework/abp-samples/tree/master/DocumentationSamples/ExtendLocalizationResource

  • User Avatar
    0
    yilmaz.atalar created

    Hi @maliming,

    Thanks for your assitance. It worked.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11