Fix link to localization sample (#18659)

* Fix link to localization sample

* Update the 2.x link

* Back out to 2.x folder

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/18660/head
Sebastian Müller 2020-06-04 13:03:02 +02:00 committed by GitHub
parent c7c96c058c
commit cb1a3e7d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ App localization involves the following:
1. Provide localized resources for the languages and cultures you support
1. Implement a strategy to select the language/culture for each request
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/Localization) ([how to download](xref:index#how-to-download-a-sample))
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/3.x/Localization) ([how to download](xref:index#how-to-download-a-sample))
## Make the app's content localizable
@ -720,7 +720,7 @@ App localization involves the following:
1. Provide localized resources for the languages and cultures you support
1. Implement a strategy to select the language/culture for each request
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/Localization) ([how to download](xref:index#how-to-download-a-sample))
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/localization/sample/2.x/) ([how to download](xref:index#how-to-download-a-sample))
## Make the app's content localizable