Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void SetLocalizationResource(Type resourceType, Assembly originAssembly =
{
_libraryResourceManager = new ResourceManager(resourceType)
{
IgnoreCase = true
IgnoreCase = false
};
}
else
Expand Down Expand Up @@ -180,7 +180,7 @@ public static void SetPrimaryTranslatorResource(Type resourceType)
{
_applicationResourceManager = new ResourceManager(resourceType)
{
IgnoreCase = true
IgnoreCase = false
};
}
}
Expand Down