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
- Host: GitHub
- URL: https://github.com/dnnfable/dnn.resx
- Owner: DnnFable
- Created: 2019-09-14T11:56:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T16:27:43.000Z (over 5 years ago)
- Last Synced: 2025-03-14T16:14:56.092Z (about 1 year ago)
- Language: F#
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`