File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ Make sure to setup your environment first by [following our instructions](xref:U
109109 private void GotoLanguageSettings(object sender, RoutedEventArgs e) => Frame.Navigate(typeof(LanguageSettings));
110110 ```
111111
112- 1. Add a new folder fr under the Strings folder by: Right-click on String > Add > New Folder
112+ 1. Add a new folder `fr` under the Strings folder by: Right-click on String > Add > New Folder
113113
114- 1. Add a new resource file `Resources.resw` under the fr folder by: Right-click on fr > Add > New Item ... > Visual C# > Xaml > Resources File
114+ 1. Add a new resource file `Resources.resw` under the `fr` folder by: Right-click on `fr` > Add > New Item ... > Visual C# > Xaml > Resources File
115115
1161161. Add the localization strings for the new elements:
117117 Open both `Strings\en\Resources.resw` and `Strings\fr\Resources.resw`, and add these:
You can’t perform that action at this time.
0 commit comments