niusouti.com

YouareimplementinganASP.NETWebsitethatwillbeaccessedbyaninternationalaudience.Thesitecontainsglobalandlocalresourcesfordisplayelementsthatmustbetranslatedintothelanguagethatisselectedbytheuser.YouneedtoensurethattheLabelcontrolnamedlblCompanydisplaystexti

题目

YouareimplementinganASP.NETWebsitethatwillbeaccessedbyaninternationalaudience.Thesitecontainsglobalandlocalresourcesfordisplayelementsthatmustbetranslatedintothelanguagethatisselectedbytheuser.YouneedtoensurethattheLabelcontrolnamedlblCompanydisplaystextintheuser’sselectedlanguagefromtheglobalresourcefile.Whichcontrolmarkupshouldyouuse?()

A.<asp:LabelID="lblCompany"runat="server"meta:resourcekey="lblCompany"/>

B.<asp:LabelID="lblCompany"runat="server"Text="meta:lblCompany.Text"/>

C.<asp:LabelID="lblCompany"runat="server"Text="<%$Resources:lblCompanyText%>"/>

D.<asp:LabelID="lblCompany"runat="server"Text="<%$Resources:WebResources,lblCompanyText %>" />


相似考题