localization using windows c#

Answer Posted / amit bhardwaj

Globalization is the process of designing and developing
applications that function for multiple cultures.
Localization is the process of customizing your application
for a given culture and locale.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dll in c#?

510


Enlist the different types of classes in c#?

525


Explain async and await?

540


What is the difference between the debug class and trace class? Documentation looks the same.

511


Differentiate between method overriding from method overloading with its functionality?

544






Explain about Serialize and MarshalByRef?

550


What is bitwise operator in c#?

513


What is difference between ienumerable and ienumerator in c#?

518


Explain a MSIL ? Why is it appreciated by all developers?

590


Why are local variables stored in stack?

555


What is the difference between static class and sealed class in c#?

472


What are different types of classes in c#?

485


What is using keyword?

530


What does namespace mean?

517


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

1772