localization using windows c#
Answers were Sorted based on User's Feedback
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 |
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?
How do I create a multilanguage?
What is method overriding in c#
What is an escape sequence?
How to prevent the error while updating ui control from another thread?
What is the difference between int.parse and int.tryparse methods?
What is ienumerable <> in c#?
What is the difference between static class and singleton class in c#?
How are delegates chosen?
What is token in c#?
What is lambda expression in c#?
Explain the difference between proc. Sent by val and by sub?