File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
5050 private async Task InitializeLocalizer ()
5151 {
5252 // Initialize a "Strings" folder in the executables folder.
53- StringsFolderPath = Path .Combine (Directory .GetCurrentDirectory (), " Strings" );
53+ var StringsFolderPath = Path .Combine (Directory .GetCurrentDirectory (), " Strings" );
5454 StorageFolder stringsFolder = await StorageFolder .GetFolderFromPathAsync (StringsFolderPath );
5555
5656 ILocalizer localizer = await new LocalizerBuilder ()
@@ -207,3 +207,6 @@ In this case, we just use the `Uid` as `Name`.
207207 | Red | 赤 |
208208 | Green | 緑 |
209209 | Blue | 青 |
210+ ### ** Minimal example**
211+ Refer to [ TemplateStudioWinUI3LocalizerSampleApp
212+ ] ( https://github.com/AndrewKeepCoding/TemplateStudioWinUI3LocalizerSampleApp )
You can’t perform that action at this time.
0 commit comments