Iniziata creazione pagina contatti
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@using Template.Shared.Core.Messages
|
||||
@using System.Globalization
|
||||
@using Template.Shared.Core.Messages
|
||||
@inherits LayoutComponentBase
|
||||
@inject IJSRuntime JS
|
||||
@inject BackNavigationService BackService
|
||||
@@ -36,6 +37,11 @@
|
||||
{
|
||||
await JS.InvokeVoidAsync("goBack");
|
||||
};
|
||||
|
||||
var culture = new CultureInfo("it-IT", false);
|
||||
|
||||
CultureInfo.CurrentCulture = culture;
|
||||
CultureInfo.CurrentUICulture = culture;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user