Skip to content

Commit

Permalink
Added localization note to Module 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed Mar 31, 2016
1 parent 4bf421f commit a99fc3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Module2-AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ Small application components that can be incorporated into an HTTP request pipel

In this exercise, you'll create a middleware class that sets the current culture based on a query string value.

> **Note:** We're using localization related middleware in this exercise as an example scenario, but in most application's you'd use [ASP.NET Core's built-in support localization support](https://docs.asp.net/en/latest/fundamentals/localization.html).
<a name="Ex3Task1" ></a>
#### Task 1 - Writing a middleware class that sets the current culture based on a query string value ####

Expand Down

0 comments on commit a99fc3b

Please sign in to comment.