Skip to content

A ResourceManager which can be used with both ResX and ResW files

License

Notifications You must be signed in to change notification settings

nopperl/WindowsRuntimeResXSupport

Repository files navigation

WindowsRuntimeResXSupport

This library provides a ResourceManager which both Windows RT and non-Windows-RT projects can use to retrieve resources located in a Shared C# project.

Why?

I created a Xamarin app that also needed to support UWP. While the WindowsPhone project could only load ResX files, the UWP project could only load the new ResW files. To get around this issue, I needed to apply this workaround and inject a new ResourceManager at runtime which could handle both.

Usage

Refer to the inline documentation.

About

A ResourceManager which can be used with both ResX and ResW files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages