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 / ish
d
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to make paging concepts in datagrid in ASP.NET?
What is asp.net mvc? : asp.net mvc
What is break mode?
Explain method to handle error using HttpError in Web API?
What is the use of service provider?
What are Master Pages in ASP.NET?
What permissions do asp.net applications posses by default?
Are cookies stored on server or client?
What is autopostback true?
What is comparevalidator?
How to deploy/publish webservices?How many ways?Plz explain me
What are the event handlers that can be included in the Global.asax file?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is the concepts of globalization and localization in .net?
What is the difference between visual basic and asp.net?