Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




ASP.NET interview questions with answers: - What is difference between globalization and localization in ASP.NET?

This question is taken from Questpond.com which specializes in creating ASP.NET interview questions with answers videos.

Globalization means your application is designed in such a way that it will be able to adapt to multiple languages and cultures is called Globalization.

So in order to achieve the same we need to make sure that :-
  1. Every content in a page/ form should able to be replaced at runtime.
  2. No hardcoded formatting such as currency formatting, date time formatting is applied in the application.
Now once such application is developed, some inputs will be added to every UI. For instance input means, telling system meaning of every word in every other language (example Hello is called as Holla in Spanish) so that it can be brought to local level. This process where globalized application is customized for a given culture is called Localization.

In general we create resource files, set culture for a page or an application and that is Localization.
And Localization perfectly works and application get translated and displayed in respected culture because its globalized means its created keeping in mind that it will get translated.

This is an awesome article on ASP.NET interview questions with answers, it has around 20 question worth a read.

See the following video on Session VS Viewstate difference ( ASP.NET Training and interview questions):-

Helpful Website Url
http://www.questpond.com/
Share this article   |    Print    |    Article read by 6113 times
Author:
Shivprasad koirala Koirala
I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small E-learning company in India. We are very much active in making training videos , writing books and corporate trainings. Do visit my site http://www.questpond.com for .NET, C# , design pattern , WCF , Silverlight , LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server training and Interview questions and answers
Related Articles:
Related Interview Questions: