You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1>@Localizer["PleaseSelectSports"]</h1> on the .cshtml page I can see it being localized but if I put this code into the javascript it returns false so it looks like the resource isn't loaded when the javascript is run.
abp.localization.isLocalized('PleaseSelectSports', 'MyResource'); //with my resources!
Is there an existing issue for this?
Description
I have a dropdown that needs localization but after updating to version 7.1 its not working anymore.
In the case below I just get
PleaseSelectSports
in the dropdown but not "Please select your sport" text that is in resources.and then my javascript
If I put
<h1>@Localizer["PleaseSelectSports"]</h1>
on the .cshtml page I can see it being localized but if I put this code into the javascript it returns false so it looks like the resource isn't loaded when the javascript is run.abp.localization.isLocalized('PleaseSelectSports', 'MyResource'); //with my resources!
And then I saw this
I have tried various things without luck and then I saw this here "I also fixed a bug in the abp.localization.localize method for MVC UI." that feels like its connected.
Version
7.0.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
Separate Auth Server
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: