Question:You are developing an ASP.NET Web site that will be viewed by an international audience. The development team creates resource files that include language-specific translations for each text string that will be displayed in the user interface. You need to ensure that all ASP.NET pages in the site display the text strings that correspond to the first language specified in the client browser. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A Store the resource files in the App_Data subfolder of the Web site. 

B Override the InitializeCulture() method in the code-behind file of each .aspx file. 

C Add the following directive to each .aspx file: <%@ Page Culture="auto" UICulture="auto" %> 

D Add the following entry to the Web.config file: <globalization uiCulture="auto" /> 

+ Answer
+ Report
Total Preview: 1394

Copyright © 2024. Powered by Intellect Software Ltd