@using System.Globalization @using EnvelopeGenerator.ReceiverUI.Services @inject CultureService CultureService

Sorry, there's nothing at this address.

@code { protected override async Task OnInitializedAsync() { var culture = await CultureService.InitializeCultureAsync(); CultureInfo.DefaultThreadCurrentCulture = culture; CultureInfo.DefaultThreadCurrentUICulture = culture; } }