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.
2 parents 0374036 + 0065446 commit d45b771Copy full SHA for d45b771
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
- StringsFolderPath StringsFolderPath = Path.Combine(Directory.GetCurrentDirectory(), "Strings");
+ StringsFolderPath StringsFolderPath = Path.Combine(AppContext.BaseDirectory, "Strings");
54
StorageFolder stringsFolder = await StorageFolder.GetFolderFromPathAsync(StringsFolderPath);
55
56
ILocalizer localizer = await new LocalizerBuilder()
0 commit comments