Microsoft
70-515 · Question #128
70-515 Question #128: Real Exam Question with Answer & Explanation
The correct answer is A. In the Web.config file of the Web application, set the culture attribute of the <globalization> E. Set the HTML dir attribute for the <body> element of each page to "rfl".. See the full explanation below for the reasoning.
Question
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 4.0. The application will provide information about products manufactured by the company. The company has a branch office in Saudi Arabia. The Sales department employees of the branch office in Saudi Arabia will use the application. You are required to accomplish the following tasks: - The application displays contents in the correct format for the employees of the Saudi Arabia office. - Each page in the application is displayed in the right-to-left format. What will you do to accomplish these tasks? (Each correct answer represents a part of the solution. Choose two.)
Options
- AIn the Web.config file of the Web application, set the culture attribute of the <globalization>
- BIn the Web.config file of the Web application, set the uiCulture attribute to "ar-SA".
- CIn the Web.config file of the Web application, set the culture attribute to "SA".
- DIn the Web.config file of the Web application, set the culture attribute of the <globalization>
- ESet the HTML dir attribute for the <body> element of each page to "rfl".
Community Discussion
No community discussion yet for this question.