Esri/arcgis-maps-sdk-dotnet-toolkit

PopupViewer: "View" link not localized.

Opened this issue · 0 comments

In the popupviewer when there are URLs, the text "View" is shown, but this text hasn't been localized:

var hl = new Span() { Text = "View", TextDecorations = TextDecorations.Underline };

https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/44f8d9a21a14759e4edaf6569fcaceea7023a2a9/src/Toolkit/Toolkit/UI/Controls/PopupViewer/FieldsPopupElementView.cs#L149C36-L149C42

Reported here: #555 (comment)