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
What are assemblies and namespaces and explain the difference between them ?
Explain asp.net page life cycle?
What are type/key pairs in client script registration?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the difference between table and query?
What are the benefits of Razor View?
What is server side in asp.net?
What is a global postback url?
How to you can limit Access to Web API to Specific HTTP Verb?
8. Why do you want to work here?
Can you explain the importance of finalize method in .net?
What's the use of response.output.write()?
How you can stop the validation of ASP.NET controls from client side?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?