Answer Posted / interviewkish
In Multilangual application in .NET to support multilangual functionality you can have modules which are customized for localization. These asemblies are called satelite assemblies. You can distribute these assemblies saperately than the core modules
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is lock in c#?
What is the use of console readkey ()?
What are callback methods in c#?
Explain how to implement an object pool in c#.net
Can mvc be used for desktop applications?
How we convert private assembly into public assembly?
Is c# pass by reference?
What are winforms in c#?
Why do we need static class in c#?
What are virtual classes in c#?
What is the difference between Object and class adapters?
What is a web service in c#?
Tell us something about static linking and dynamic linking?
What are the 4 pillars of any object oriented programming language?
Can we write class inside a class in c#?