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
Can we combine this approach with the asp.net core's convention based one?
I mean while I am using Resources/ViewModel/Home/Index.en-US.resx for /Home/Index.cshtml, on the other hand I want to get localized strings for /Home/About.cshtml from Resources/Shared.en-US.resx?
The text was updated successfully, but these errors were encountered:
Can we combine this approach with the asp.net core's convention based one?
I mean while I am using
Resources/ViewModel/Home/Index.en-US.resx
for/Home/Index.cshtml
, on the other hand I want to get localized strings for/Home/About.cshtml
fromResources/Shared.en-US.resx
?The text was updated successfully, but these errors were encountered: