nerdexam
Microsoft

70-515 · Question #47

You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the…

The correct answer is D. <asp:Label ID="lblCompany" runat="server". See the full explanation below for the reasoning.

Question

You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the user's selected language from the global resource file. Which control markup should you use?

Options

  • A<asp:Label ID="lblCompany" runat="server"
  • B<asp:Label ID="lblCompany" runat="server"
  • C<asp:Label ID="lblCompany" runat="server"
  • D<asp:Label ID="lblCompany" runat="server"

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    13% (4)
  • D
    77% (24)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice