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
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
Hi. It looks like this is a question about how to use ASP.NET Core. While we do our best to look through all the issues filed here, to get a faster response we suggest posting your questions to StackOverflow using the asp.net-core-mvc tag.
@Jenan I believe this is essentially a copy of aspnet/Localization#328, which as far as I know still stands. Basically it boils down to not being able to make guarantees about packages/projects that we import using the same systems and conventions that your main app does. There are some suggestions on that bug about what to do in this situation, so please check them out.
I'm closing this out. If you believe that the above issue does not cover your situation please re-open with a description of the differences and a reproduction app so we have a better idea of exactly what you're running into.
I have tried to create the Razor Class Library with Asp.Net Core in following project structure:
I have used in my web application these settings for localization in
Startup
class:In
Index.cshtml
:Unfortunately, the result is only string "Title". I can't load these resx files from Razor Class Library.
How can I use the localization in Razor Class Library like above?
The text was updated successfully, but these errors were encountered: