hi
ok, Please share the full logs.txt
of your applications.
Thanks.
liming.ma@volosoft.com
hi
You can consider to create one or some Resource
and using Inherit
and Extending
A localization resource(
CompanyTypeResources
) is used to group related localization strings together and separate them from other localization strings of the application
Inherit From Other Resources A resource can inherit from other resources which makes possible to re-use existing localization strings without referring the existing resource.
https://abp.io/docs/latest/framework/fundamentals/localization#inherit-from-other-resources
Extending Existing Resource Inheriting from a resource creates a new resource without modifying the existing one. In some cases, you may want to not create a new resource but directly extend an existing resource.
https://abp.io/docs/latest/framework/fundamentals/localization#extending-existing-resource
hi
A & B: If it was previously applicable to your case, you can continue to make such changes. This is not abp framework code.
C: ABP has the read-only repository: https://github.com/abpframework/abp/pull/17491
hi
Please share full logs when running the ppc.mgti.Blazor
project.
Thanks.
hi
Can you share your test project? also the full logs of Volo.Abp.AbpInitializationException
exception.
liming.ma@volosoft.com
Thanks
hi
Have we shared the account pro source code before?
no change in 9.0
3 You have two ways to change it
. Which way are you using now?
Thanks.
hi
Please follow this: https://github.com/abpframework/abp/issues/21185
I have refunded your ticket.
Thanks. I will check it.
hi
The DynamicLocalizationResourceContributor and DynamicResourceLocalizer
will first read the value from the database. So you can change the localization texts in the database.
The DynamicResourceLocalizer
will use ILanguageTextRepository
inside to query the texts.
This is how it works.
https://abp.io/docs/latest/modules/language-management#language-texts
All your code should be compatible with the current design: https://abp.io/docs/latest/framework/fundamentals/localization
hi
I'm applying the RequiresFeature attribute to a Blazor WASM Page to prevent pages and components from loading if they do not have the appropriate feature, but it isn't working. I've tried it on both the Razor page and on the Code Behind partial class but neither are working.
Please share your component code to reproduce the problem.
Thanks.