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?
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.resxfor/Home/Index.cshtml, on the other hand I want to get localized strings for/Home/About.cshtmlfromResources/Shared.en-US.resx?