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

What is form feed in c#?

0 Answers  


What is the base class in .net from which all the classes are derived from?

0 Answers  


Can multiple catch blocks be executed?

1 Answers  


Explain the difference between abstract class and interface.

0 Answers   Accenture,


How string definitions will prevent escaping on backslashes in C#?

0 Answers   Siebel,






What is var c#?

0 Answers  


What is console used for?

0 Answers  


What is a derived class in c#?

0 Answers  


What is yield break in c#?

0 Answers  


Explain about Protected and protected internal, ?internal? access-specifier?

7 Answers  


What does mean before a string in c#?

0 Answers  


What is yield return in c#?

0 Answers  


Categories