8 references to Loc
Aspire.Dashboard (8)
Components\Dialogs\TextVisualizerDialog.razor.cs (3)
53new SelectViewModel<string> { Id = DashboardUIHelpers.PlaintextFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogPlaintextFormat)] }, 54new SelectViewModel<string> { Id = DashboardUIHelpers.JsonFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogJsonFormat)] }, 55new SelectViewModel<string> { Id = DashboardUIHelpers.XmlFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogXmlFormat)] }
Components_Dialogs_TextVisualizerDialog_razor.g.cs (5)
314_selectedFormat ?? Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 323Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 692__builder2.AddContent(79, Loc[nameof(Dialogs.TextVisualizerSecretWarningTitle)] 702__builder2.AddContent(81, Loc[nameof(Dialogs.TextVisualizerSecretWarningDescription)] 748__builder3.AddContent(86, Loc[nameof(Dialogs.TextVisualizerSecretWarningAcknowledge)]