8 references to Loc
Aspire.Dashboard (8)
Components\Dialogs\TextVisualizerDialog.razor.cs (3)
52new SelectViewModel<string> { Id = DashboardUIHelpers.PlaintextFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogPlaintextFormat)] }, 53new SelectViewModel<string> { Id = DashboardUIHelpers.JsonFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogJsonFormat)] }, 54new SelectViewModel<string> { Id = DashboardUIHelpers.XmlFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogXmlFormat)] }
Components_Dialogs_TextVisualizerDialog_razor.g.cs (5)
350_selectedFormat ?? Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 359Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 584__builder2.AddContent(60, Loc[nameof(Dialogs.TextVisualizerSecretWarningTitle)] 594__builder2.AddContent(62, Loc[nameof(Dialogs.TextVisualizerSecretWarningDescription)] 660__builder3.AddContent(70, Loc[nameof(Dialogs.TextVisualizerSecretWarningAcknowledge)]