Browse Source
Update modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23037/head
Enis Necipoglu
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml.cs
|
|
|
@ -55,7 +55,7 @@ namespace Volo.Docs.Pages.Documents |
|
|
|
routeValues.Add(nameof(Project.IndexModel.ProjectName), project?.ShortName); |
|
|
|
} |
|
|
|
|
|
|
|
if(_uiOptions.MultiLanguageMode) |
|
|
|
if (_uiOptions.MultiLanguageMode) |
|
|
|
{ |
|
|
|
routeValues.Add(nameof(Project.IndexModel.LanguageCode), language); |
|
|
|
} |
|
|
|
|