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
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is preprocessor in .net? Where it use?
What are session state modes?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the features that make asp.net more used framework? : asp.net mvc
What is the difference between a default skin and a named skin?
What is difference between asp state management and asp.net state management?
What is page fragment caching?
What are the different methods of session maintenance in asp.net?
What is true about application service provider?
What is data binding in asp net?
What are Session states available and its Uses?
Which validator control you use if you need to make sure the values in two different controls matched?
Are cookies stored on server or client?
What is asp.net web application?