File tree 1 file changed +4
-1
lines changed
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.
50
50
private async Task InitializeLocalizer ()
51
51
{
52
52
// Initialize a "Strings" folder in the executables folder.
53
- StringsFolderPath = Path .Combine (Directory .GetCurrentDirectory (), " Strings" );
53
+ StringsFolderPath StringsFolderPath = Path .Combine (Directory .GetCurrentDirectory (), " Strings" );
54
54
StorageFolder stringsFolder = await StorageFolder .GetFolderFromPathAsync (StringsFolderPath );
55
55
56
56
ILocalizer localizer = await new LocalizerBuilder ()
@@ -207,3 +207,6 @@ In this case, we just use the `Uid` as `Name`.
207
207
| Red | 赤 |
208
208
| Green | 緑 |
209
209
| 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