Hi
I'm totally new to implement internationalization in asp.net core 2.1 MVC project. I searched in Internet and found some topics to implement it step-by-step.
I want my website to support English and Arabic languages only. I found these topics:
https://www.c-sharpcorner.com/article/internationalization-in-asp-net-core-mvc/
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-3.1
I'm tending to the last topic but afraid it is not suitable or different from core MVC (because the example is implemented for none MVC project).
What is the simplest, most suitable, and less effort and time one for my case? or can you provide me a more suitable topic please?