Localisation

This commit is contained in:
2019-06-23 00:05:23 +01:00
parent afabc9a9e0
commit a63fb5c835
158 changed files with 485 additions and 451 deletions

View File

@ -4,7 +4,7 @@
ViewData["Title"] = "Edit";
}
<h2>Edit</h2>
<h2>@SR["Edit"]</h2>
<form asp-action="Edit">
<div class="form-horizontal">
@ -35,6 +35,6 @@
</form>
<div>
<a asp-action="Index">Back to List</a>
<a asp-action="Index">@SR["Back to List"]</a>
</div>