We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab53498 commit 3543cf6Copy full SHA for 3543cf6
README.md
@@ -50,7 +50,7 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
50
private async Task InitializeLocalizer()
51
{
52
// Initialize a "Strings" folder in the executables folder.
53
- var StringsFolderPath = Path.Combine(Directory.GetCurrentDirectory(), "Strings");
+ StringsFolderPath StringsFolderPath = Path.Combine(Directory.GetCurrentDirectory(), "Strings");
54
StorageFolder stringsFolder = await StorageFolder.GetFolderFromPathAsync(StringsFolderPath);
55
56
ILocalizer localizer = await new LocalizerBuilder()
0 commit comments