An open API service indexing awesome lists of open source software.

https://github.com/dnnfable/dnn.resx

WebApi to get localized resources as dictionary / json
https://github.com/dnnfable/dnn.resx

Last synced: 9 months ago
JSON representation

WebApi to get localized resources as dictionary / json

Awesome Lists containing this project

README

          

# Dnn.Resx

Loads the localized resources as dictionary / json.

## Usage

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` or `Underscores` (default)

Example (for DNN9):
/API/Dnn.Resx/Service/get?resource=DesktopModules/HTML/App_LocalResources/EditHtml.ascx

## Build

run `.\build.cmd`