YouareimplementinganASP.NETWebsitethatwillbeaccessedbyaninternationalaudience.Thesiteconta
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 %>" />