Skip to content

Commit c90e2fc

Browse files
Update LocalizationActionsPage.xaml
1 parent 988c95a commit c90e2fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

WinUI3Localizer.SampleApp/LocalizationActionsPage.xaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
mc:Ignorable="d">
1010
<ScrollViewer Margin="5">
1111
<StackPanel>
12-
<!--<TextBlock
13-
Style="{StaticResource SubtitleTextBlockStyle}"
14-
Text="LocalizationActions" />-->
1512
<TextBlock
16-
Text="Some dependency objects like 'Run', 'Bold' or 'Hyperlink' cannot be localized using dependency properties. The WinUI3Localizer provides 'LocazationActions' for these dependency objects."
13+
Text="Some dependency objects like 'Run', 'Bold' or 'Hyperlink' cannot be localized using dependency properties. WinUI3Localizer provides 'LocazationActions' for these dependency objects."
1714
TextWrapping="Wrap" />
1815
<!-- Hyperlink -->
1916
<local:ExamplePresenter HeaderText="Hyperlink">

0 commit comments

Comments
 (0)