Plan and implement globalization and localization

You are creating an ASP.NET MVC website and you want to replace a <h2>hello</h2> tag within the view with custom resources you have created. What should you use?

<h2>@mvcapp.Resources.Home.Index.Heading</h2>
<h2 div=”resource”>Hello</h2>
<h2>@mvcapp.Resources.Home.Index.Heading Hello</h2>
<h2 class=”resource”>Hello</h2>