how to translate sign under appbar buttom
问题 Hello I want to localize text below standard AddAppBarButton <Style x:Key="AddAppBarButtonStyle" TargetType="ButtonBase" BasedOn="{StaticResource AppBarButtonStyle}"> <Setter Property="AutomationProperties.AutomationId" Value="AddAppBarButton"/> <Setter Property="AutomationProperties.Name" Value="Add"/> <Setter Property="Content" Value=""/> </Style> I've tried in Resource filead add something like ButtonId.AutomationProperties.Name = value But it doesn not work. I get errors when app starts.