- ABP Framework version: v8.1
- UI Type: Blazor Server
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Have an issue with translations.
We used/are using json files for translations "key:value", but there is an UI (Language texts). But the issue is that when i update something within the UI, the translation in blazor view doesent update. (Updates in Language Texts UI, but not on the web)
11 Answer(s)
-
0
Hi,
You need to refresh the Page
-
0
That was the first thing i tried, also restarted host and blazor docker containers.
-
0
This may be related to caching. what's your Redis configuration
-
0
-
0
-
0
Yes they all are the same in every project, just double checked
-
0
-
0
Interesting.
Maybe it has something to do that i have .json files where i include my translations in code?
Or that i am doing the UI translations from host tenant and expect them to change under every tenant? Are the LanguageText-s global or each tenant has its own?
-
0
I'm not sure,
How do I reproduce the problem?
Could you share the full steps or an example project with me?
my email is shiwei.liang@volosoft.com I will check it
-
0
-
0
So this helped me.
https://support.abp.io/QA/Questions/6636/Tenant-independent-localization-with-VoloLanguageManagement
thanks!