0
DecisionTree.Dev created
5 Answer(s)
-
0
hi
Can you share the JSON output of
https://your_api_wesite/api/abp/application-localization?cultureName=en&onlyDynamics=false
You can also check the
UsersSearch
info in it.liming.ma@volosoft.com
Thanks.
-
0
I sent the file from zhoulexuan123@gmail.com and it seems like the key/value is correct in it.
-
0
hi
Can you try:
- Clear redis
Placeholder="@L["UsersSearch"].Value"
If it's still not working, can you share a simple project that reproduces the problem?
liming.ma@volosoft.com
Thanks.
-
0
It turns out that I forgot to inject the service @inject IStringLocalizer<> L, it works now. Thanks
-
0
Great