diff --git a/BlazorWebassemblyI18n/wwwroot/index.html b/BlazorWebassemblyI18n/wwwroot/index.html index e0ce9f1..e93e7e9 100644 --- a/BlazorWebassemblyI18n/wwwroot/index.html +++ b/BlazorWebassemblyI18n/wwwroot/index.html @@ -24,7 +24,8 @@ get: () => window.localStorage['AppLanguage'], set: (value) => window.localStorage['AppLanguage'] = value }; - + +