python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
.NET Core Localization with Class Library
It works fine when the resources folder is on the webUI.how do i store the resources file of my Views in class library . Thanks for help
[]
[]
Program.cs
builder.Services.AddLocalization(options =>...
merterturk
Votes: 0
Answers: 1
razor pages culture value is lost after redirecting to identity pages
I have created razor pages web application with multiple language support, it is reading the first part of URL and tries to show the content with the corresponding language, e.g. localhost:5001/ka or ...
remixtedi
Votes: 0
Answers: 1