Hello,
how to localize and globalize ASP.NET 5 MVC Websites?
I have see that I can't add .resx files to my MVC Site Solution. And I find out that I can add a .rct file to the Solution Items folder in my Solution. There I can add a String Table and copy it for different languages. Now I don't know how to work with that .rct file in Code?
Is this the right way or is there a better way to Localize ?
How about Globalization? Have thinks changes or is there all the same in the new MVC?