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
parent
c7c96c058c
commit
cb1a3e7d06
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue