Loads the localized resources as dictionary / json.
Make a Http GET request with Dnn.ServicesFramework
:
- ModuleName: Dnn.Resx
- Url: /Service/get
- Parameters:
- resource - e.g.
DesktopModules/HTML/App_LocalResources/EditHtml.ascx
- strategy - optional, either
Verbatim
orUnderscores
(default)
- resource - e.g.
Example (for DNN9):
/API/Dnn.Resx/Service/get?resource=DesktopModules/HTML/App_LocalResources/EditHtml.ascx
run .\build.cmd