Skip to content

Commit bdbfc71

Browse files
authoredAug 15, 2018
Update Readme.md
tutorial links added
1 parent 56e47e6 commit bdbfc71

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed
 

‎README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ These instructions will get you a copy of the project up and running on your loc
1212
* [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1)
1313
* [ResX Manager (optional)](https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager)
1414

15-
### Installing
1615

17-
This is a complete running sample project, for step by step development starting fom a standard web application follow these articles :
18-
* [article1](http://ziyad.info/en/1-Building_Multi_Cultural_Web_Applcation_ASP_NET_Core) - coming soon
16+
### Supported Cultures
1917

20-
Cuurently the project supports 7 languages
2118
* Arabic
2219
* Arabic - Syria
2320
* English
@@ -26,14 +23,12 @@ Cuurently the project supports 7 languages
2623
* Spanish
2724
* Turkish
2825

29-
#### Add new culture :
26+
##### Add new culture :
3027

31-
* add new CultureInfo("xx") cultures list under /Utilities/LocalizationExtension.cs
32-
* add new resource files for new culture :
33-
34-
#### Add new culture resource files
35-
* Project root --> /Resources/MyDataAnnotations.xx.resx
36-
* Project root --> /Resources/ViewResource.xx.resx
28+
* Edit /Utilities/LocalizationExtension.cs --> add new CultureInfo("xx"); to cultures list
29+
* Create two resource files:
30+
- /Resources/MyDataAnnotations.xx.resx
31+
- /Resources/ViewResource.xx.resx
3732

3833
## Built With
3934

@@ -49,6 +44,16 @@ Cuurently the project supports 7 languages
4944

5045
## Step by step tutorial:
5146
* [Developing Multicultural Web Application Using ASP.NET Core 2.1](http://ziyad.info/en/articles/10-Building_Multicultural_Web_Application_AspNet_Core_2_1)
47+
* [Creating Startup Project](http://ziyad.info/en/articles/11-Creating_Startup_Project)
48+
* [Configuring Culture Route Model](http://ziyad.info/en/articles/12-Configuring_Culture_Route_Model)
49+
* [Localizing Request](http://ziyad.info/en/articles/13-Localizing_Request)
50+
* [Creating Language Dropdown Navigation](http://ziyad.info/en/articles/14-Creating_Language_Dropdown_Navigation)
51+
* [Localizing Views](http://ziyad.info/en/articles/15-Localizing_Views)
52+
* [Localizing Form Labels](http://ziyad.info/en/articles/16-Localizing_Form_Labels)
53+
* [Localizing ValidationAttribute Error Messages](http://ziyad.info/en/articles/17-Localizing_ValidationAttribute_Error_Messages)
54+
* [Localizing ModelBinding Error Messages](http://ziyad.info/en/articles/18-Localizing_ModelBinding_Error_Messages)
55+
* [Configuring Client Side Validation](http://ziyad.info/en/articles/19-Configuring_Client_Side_Validation)
56+
5257

5358
## Authors
5459

0 commit comments

Comments
 (0)