8 references to Loc
Aspire.Dashboard (8)
Components\Dialogs\TextVisualizerDialog.razor.cs (3)
61new SelectViewModel<string> { Id = DashboardUIHelpers.PlaintextFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogPlaintextFormat)] }, 62new SelectViewModel<string> { Id = DashboardUIHelpers.JsonFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogJsonFormat)] }, 63new SelectViewModel<string> { Id = DashboardUIHelpers.XmlFormat, Name = Loc[nameof(Resources.Dialogs.TextVisualizerDialogXmlFormat)] }
Components_Dialogs_TextVisualizerDialog_razor.g.cs (5)
366_selectedFormat ?? Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 375Loc[nameof(Dialogs.TextVisualizerSelectFormatType)] 608__builder2.AddContent(59, Loc[nameof(Dialogs.TextVisualizerSecretWarningTitle)] 618__builder2.AddContent(61, Loc[nameof(Dialogs.TextVisualizerSecretWarningDescription)] 684__builder3.AddContent(69, Loc[nameof(Dialogs.TextVisualizerSecretWarningAcknowledge)]