0
nlshcc98765 created
I have been unable to add a LANGUAGE TEXT for this and it continues to pop up as 'AllCachesSuccessfullyCleared' I've added it to my app space, Abp, AbpWeb and AbpZero with no luck.
1 Answer(s)
-
0
Hi,
I assume you are using ASP.NET Core version. You need to add it to files in this folder <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/tree/master/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Localization/AbpZeroTemplate">https://github.com/aspnetzero/aspnet-ze ... roTemplate</a>.
After adding it, did you restarted you app ? Also, your browser might cached client side localization values, you can make a full refresh of your webpage in your browser.
Thanks.