Example Localiz(s)ation module also using sharedResources #1329
Unanswered
leigh-pointer
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From Read.ME
Oqtane - StudioElf.LocSharedRes
Example: How to create Localised Module for Oqtane. This solution also uses a SharedResource.resx for shared language resources.
The solutions is set up to run standalone. This is done by adding the Oqtane.Server project to the solution.
The localization is minimal but enough to see how the SharedResources is impletmented. When the module is built for Debug the module dll and the language resource are copied to the relative folders. When the module is built for Release two packages are created; one for the module the other for the Localization (
For this module example I chose Dutch (nl-NL) and will be needed to be setup in your Oqtane instance.
https://github.com/leigh-pointer/StudioElf.LocSharedRes
Enjoy and give me any feedback.
Beta Was this translation helpful? Give feedback.
All reactions