localization using windows c#

Answers were Sorted based on User's Feedback



localization using windows c#..

Answer / 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

localization using windows c#..

Answer / kiran

using system.resources;

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Sharp Interview Questions

If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


How do I create a multilanguage?

0 Answers  


What is method overriding in c#

0 Answers  


What is an escape sequence?

0 Answers  


How to prevent the error while updating ui control from another thread?

0 Answers  


What is the difference between int.parse and int.tryparse methods?

0 Answers  


What is ienumerable <> in c#?

0 Answers  


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

0 Answers  


How are delegates chosen?

0 Answers  


What is token in c#?

0 Answers  


What is lambda expression in c#?

0 Answers  


Explain the difference between proc. Sent by val and by sub?

0 Answers  


Categories