Globalization and Localization in .NET
What is the difference Globalization and Localization in .NET and how to implement it???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted Apr 15, 2015, 8:37 AM
What is Globalization and Localization in ASP.Net
http://www.c-sharpcorner.com/UploadFile/4d9083/what-is-globalization-and-localization-in-Asp-Net/
Globalizing and Localizing .NET Framework Applications
https://msdn.microsoft.com/en-us/library/h6270d0z%28v=vs.110%29.aspx
ASP.NET Globalization and Localization
https://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.140%29.aspx
Using Globalization and Localization in ASP.NET
http://www.codeproject.com/Articles/334820/Using-Globalization-and-Localization-in-ASP-NET
Beginner's Tutorial on Globalization and Localization in ASP.NET MVC
http://www.codeproject.com/Articles/778040/Beginners-Tutorial-on-Globalization-and-Localizati
Akhil GargPosted Apr 15, 2015, 1:30 PM
Resource file is one way to implement it and when you want to implement Localization you need to consider lot of scenario and a proper testing is much needed.