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 to change Master page in ASP.Net using code?
How to bind all the binding controls in a page at once in ASP.NET?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Differences between “dataset” and “datareader”.
What are the media types of http requests and response?
How many types of session state management options available in asp.net?
What is http pipeline in asp.net?
Where sessions are stored?
Differentiate between namespace and assembly.
Can action method static?
What is a ashx file?
What is the difference between CC and BCC?
What does session_start () do?
What is AutoPostback?
What are the three parts of an http response?