I\'m working on Polish operating system:
In my Statup.csclass I have following code
Statup.cs
// Configure the localization options
There is one important thing, not mentioned in documentation. UseRequestLocalization has to be placed before UseMvc, mine was below.
UseRequestLocalization
UseMvc