Skip to content

Commit

Permalink
fix: init i18 consistency problem (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapleWithoutWords authored Apr 13, 2023
1 parent 5fd9678 commit 3b252ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/BlazorComponent/I18n/I18n.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public I18n(CookieStorage cookieStorage, IHttpContextAccessor httpContextAccesso

var culture = GetValidCulture(cultureName);

SetCultureAndLocale(culture);
SetCulture(culture);
}

[NotNull]
Expand Down

0 comments on commit 3b252ab

Please sign in to comment.