33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
Answer Posted / gemo
Not sure, it may "C"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is a session stored and maintained in asp.net?
What is application in asp net?
Explain the difference between globalization and localization techniques
Which of the following .NET framework supports Web API?
How can we identify that the Page is Post Back?
List the asp.net validation controls?
What is session and application variable in asp net?
What is css and what is it used for?
Where web.config file is used?
Explain the basic functionality of garbage collector?
How can you handle errors in Web API?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Why asp.net is better than php?
What is anonymous authentication?
How do I upload a file from my ASP.NET page?