Hi!
I want to localize the button that has a style StandartStyles.xaml
<Button x:Name="OpenButton" x:Uid="OpenButton" AutomationProperties.Name="" HorizontalAlignment="Left" VerticalAlignment="Top" Click="Button_Click" Style="{StaticResource OpenFileAppBarButtonStyle}"/>
I can AutomationProperties.Name = "" to appoint a Resources.resw ?