Consider to implement external localization infrastructure
I've created the infrastructure with https://github.com/abpframework/abp/pull/13845
But I haven't implement the IExternalLocalizationStore for open source side yet. Current NullExternalLocalizationStore returns empty results, so it works as before without any problem.
I've implement it for the ABP Commercial language management module. I didn't implement for open source, because there is no module that works with database for localization system and I didn't want to introduce a new module for this purpose. We may use BLOB storing feature, or we can create a generic state storage system (like dapr - see https://github.com/abpframework/abp/issues/16744), then use it. Using distributed cache was not an option because it should be persistent.
+1
Can I work on this feature?
I need to ask first, ABP already stores the localization resources in JSON files which are considered as external storage. Could you please elaborate on the external store in this context if you mean something else?
+1 from 2025