You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are making use of Visual Studio 2012 to create a new ASP.NET MVC web application for
ABC.com. The new application allows for users from various countries to access the application
based on their respective cultures.
As a result, the application includes various resource files in the Resources directory. These files
include a public resource with localized translation.
You are required to make use of a specific WebViewPage property so that the application sets the
user’s client browser according to the settings.
Which of the following actions should you take?
A.
You should consider making use of the ViewContext property.
B.
You should consider making use of the Html property.
C.
You should consider making use of the ViewBag property.
D.
You should consider making use of the ViewData property.
Why not ViewData ?
http://stackoverflow.com/questions/4705426/whats-the-difference-between-viewdata-and-viewbag
The ViewBag gives you properties
http://stackoverflow.com/questions/15047272/mvc4-localization-accessing-resx-from-view