Click here to Skip to main content
15,896,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create Asp.net Core MVC multilingual Project, first i want to do the Multilingual Part, I'm going to do the project with Asp.net Core(MVC) 2019 and SQL Server 2016, so any help will be appreciated.

Thank you,

What I have tried:

I searched for this but i couldn't find proper solution yet.
Posted
Updated 22-Aug-20 23:36pm
Comments
Jin Vincent Necesario 23-Aug-20 5:08am    
You can probably search for the subjects of Globalization and Localization.

1 solution

To begin with:
Globalization and localization in ASP.NET Core | Microsoft Docs[^]

App localization involves the following:
1. Make the app's content localizable
2. Provide localized resources for the languages and cultures you support
3. Implement a strategy to select the language/culture for each request

A sample to look at here[^].

Try out!
 
Share this answer
 
Comments
ABAKh 17-Sep-20 2:52am    
Thank you Mr Sandeep Mewara, it works with me, now i want to change the direction of the solution (RTL And LTR) when i selected the Language DropDown for the same project (ASP.Net Core MVC) and i'm using BootStrap 3.3.7 for the design, i searched a lot but i didn't find proper solution, any help is appriciated.

Thank you,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900