Skip to content

Commit 0374036

Browse files
Merge pull request #7 from liaosunny123/patch-1
Edit error demo and add minimal repo
2 parents ccb23bd + 3543cf6 commit 0374036

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
StringsFolderPath 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)

0 commit comments

Comments
 (0)