Add strings to resource files in all projects. Based on x:Uid in XAML. The extension search in all XAML files after the attribute x:Uid and extract its value as a keyword. In the same element the extension search after attributes "PlaceholderText", "Text", "Header", "Content" and "ToolTipService.ToolTip" . From these attributes, the value is extracted and is added to the resource files combined with the x:Uid.Value keyword attached to the same element. |