What is Globalizationa and Localization
Answer / kirti
Globalization is the process of creating an application that meets the needs of users from multiple cultures. It includes using the correct
currency, date and time format, calendar, writing direction, sorting rules, and other issues. Accommodating these cultural differences in an application is called localization.Using classes of System.Globalization namespace, you can set application's current culture.
This can be achieved by using any of the following 3 approaches.
1. Detect and redirect
2. Run-time adjustment
3. Using Satellite assemblies.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
How large is the .net framework 3.0?
What are the versions of .net framework?
What is orm entity framework?
what is Framework?
What are actions in mvc?
How to Insert a TextBox value in to Sql database using C#.Net coding
How do you initiate a string without escaping each backslash ?
Explain ASP.NET MVC Identity and Security?
Explain something about model, view and controllers in asp.net mvc?
Can you explain renderbody and renderpage in mvc?
What is the need of Action Filters in ASP.Net MVC