aggiunta traduzione fase pagina dossier

This commit is contained in:
zaccaria.majid
2022-11-03 12:09:31 +01:00
parent 1bf5cfc0be
commit e1eb5c6cdf
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ else
</td>
<td>
@record.CodFlux
<div class="small text-dark" title="Valore Registrato"><i>@traduci(record.CodFlux)</i></div>
</td>
<td style="text-align: right;">
@if (record.ValoreEdit != record.Valore)
+6
View File
@@ -81,6 +81,12 @@ namespace MP.SPEC.Components
#region Protected Properties
private string traduci(string lemma)
{
var answ = MDService.Traduci(lemma, "IT");
return answ;
}
[Inject]
protected IJSRuntime JSRuntime { get; set; } = null!;