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

https://github.com/emadb/mvcmultilanguage

An implementation to build multilanguage web application.
https://github.com/emadb/mvcmultilanguage

Last synced: over 1 year ago
JSON representation

An implementation to build multilanguage web application.

Awesome Lists containing this project

README

          

## A simple localization framework for ASP.NET MVC

How to use it:
- tag your string to translate using |# and #| (for example: )
- call TranslationHelper.Initialize(defaultLanguage, repository) in your application_start
- register TranslateFilter as global filter
- Implement your own storage defining the repository