-
Hello, I was wondering if there's anyway to add key-value pairs into existing Languages at runtime? So that admin users could add new Key/Token into existing languages and corresponding Values for different languages, and these runtime keys and values be delivered to clients along with the hard coded key value pairs. Edit: Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
HI This feature available in abp commercial. |
Beta Was this translation helpful? Give feedback.
-
I was digging into the localization module, I think this can be achieved by creating a new class for ILocalizationResourceContributor which populate the language dictionary from database instead of json files. I'll try to do this. |
Beta Was this translation helpful? Give feedback.
I was digging into the localization module, I think this can be achieved by creating a new class for ILocalizationResourceContributor which populate the language dictionary from database instead of json files.
I'll try to do this.