Skip to content

Commit

Permalink
Display selected culture as native name in content culture picker (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Apr 16, 2024
1 parent 2b84c66 commit 9baf18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="oc-culture-picker" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">@currentCulture</a>
<a class="nav-link dropdown-toggle" href="#" id="oc-culture-picker" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">@currentCulture.NativeName</a>
<div class="dropdown-menu" aria-labelledby="oc-culture-picker">
@foreach (var culture in supportedCultures)
{
Expand Down

0 comments on commit 9baf18c

Please sign in to comment.