当前位置:MCTS(70-528)题库

问题:

[单选] You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application.myStrings.resxmyStrings.enCA.resxmyString.en-US.resxmyStrings.fr-CA.resxmyStrings.es-MX.resx resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()

A . Add the following configuration section to the Web.config file.
B . Set the directive for each page in your site as follows:<%@ page="" uiculture="“Auto”">
C . Add the following code segment to the pages load event.lblName.Text = @”{myStrings}Name”; lblAddress.Text = @”{myStrings}Address”; lblEmail.Text = @”{myStrings}Email”; lblPhone.Text = @”{myStrings}Phone”;
D . Add the following code segment to the pages load event. lblName.Text = Resources.myStrings.Name; lblAddress.Text = Resources.myStrings.Address; lblEmail.Text = Resources.myStrings.Email; lblPhone.Text = Resources.myStrings.Phone;

尽职调查又叫()。 审慎性调查。 实质性调查。 完备性调查。 客观性调查。 论古代印度的种姓制度。 人的大脑具有巨大的超剩余性,它能容纳相当于()书的信息量。 病人植入镍钛记忆合金食道支架,以便帮助病人恢复和饮食,使用4天后病人反应吞咽食物困难,经检查发现镍钛记忆合金食道支架变形,为病人再次手术治疗。 在Excel2003中,怎样才能避免将输入的分数视作日期数据? You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application.myStrings.resxmyStrings.enCA.resxmyString.en-US.resxmyStrings.fr-CA.resxmyStrings.es-MX.resx resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()
参考答案:

  参考解析

本题暂无解析

在线 客服