Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Globalization.yaml
Browse files Browse the repository at this point in the history
vidyasagarnimmagaddi authored Jan 31, 2025
1 parent 7f6b7b3 commit ab5940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Globalization.yaml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ jobs:
// Setup dependency injection (DI)
var serviceProvider = new ServiceCollection()
.AddLogging() // Add logging to resolve ILoggerFactory
.AddLocalization()
.AddLocalization(options => options.ResourcesPath = "Resources") // Specify resource path
.BuildServiceProvider();
// Get localization service

0 comments on commit ab5940b

Please sign in to comment.