Skip to content

Commit 7bf8e55

Browse files
Merge pull request #5 from DavidChristiansen/gh-pages
tutorial update.
2 parents 46276c7 + 3c312f1 commit 7bf8e55

13 files changed

+293
-89
lines changed

getting-started.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,38 @@ Create an **empty** MVC project and install one of these packages:
1919
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC4.Sample.Razor">Code52.i18n.MVC4.Sample.Razor</a></p></div></div>
2020
</div>
2121

22+
or
23+
2224
<div style="width: 900px">
2325
<div class="nuget-button-commandWrapper">
2426
<div class="nuget-button-commandPrompt">
2527
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC3.Sample.Razor">Code52.i18n.MVC3.Sample.Razor</a></p></div></div>
2628
</div>
2729

28-
After the setup finishes, [this guide](project-setup.html) demonstrates how to integrate the package into a site layout.
29-
30-
The steps are also included in the **App_Readme\Code52.i18n.MVC.readme.txt** file in the NuGet packages.
31-
3230
## Add to an existing project
3331

3432
If you are familiar enough with how resources and cultures work in .NET, install one of these packages and experiment with wiring up the components yourself:
3533

3634
<div style="width: 900px">
37-
<div class="nuget-button-commandWrapper">
38-
<div class="nuget-button-commandPrompt">
39-
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC4">Code52.i18n.MVC4</a></p></div></div>
35+
<div class="nuget-button-commandWrapper">
36+
<div class="nuget-button-commandPrompt">
37+
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC4">Code52.i18n.MVC4</a></p>
38+
</div>
39+
</div>
4040
</div>
4141

42+
or
43+
4244
<div style="width: 900px">
43-
<div class="nuget-button-commandWrapper">
44-
<div class="nuget-button-commandPrompt">
45-
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC3">Code52.i18n.MVC3</a></p></div></div>
45+
<div class="nuget-button-commandWrapper">
46+
<div class="nuget-button-commandPrompt">
47+
<p class="nuget-button-command">PM&gt; Install-Package <a href="http://nuget.org/List/Packages/Code52.i18n.MVC3">Code52.i18n.MVC3</a></p>
48+
</div>
49+
</div>
4650
</div>
4751

48-
More details coming soon.
52+
# Getting all set up
53+
54+
After the you have installed the package, [this guide](tutorial.html) demonstrates how to integrate the package into a site layout.
55+
56+
The steps are also included in the **App_Readme\Code52.i18n.MVC.readme.txt** file in the NuGet packages.

icon.png

6.5 KB
Loading

images/AccessingLanguageResources.png

7.38 KB
Loading

images/f5.png

189 Bytes
Loading

images/french-translated.png

35 KB
Loading

images/french.png

275 Bytes
Loading

images/newresourcefile.png

111 KB
Loading

images/resourceaccess.png

13.6 KB
Loading

images/select.png

-12.5 KB
Loading

logo-small.png

927 Bytes
Loading

logo.png

16 Bytes
Loading

project-setup.md

-78
This file was deleted.

0 commit comments

Comments
 (0)