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.
- Host: GitHub
- URL: https://github.com/emadb/mvcmultilanguage
- Owner: emadb
- Created: 2013-01-21T16:54:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T10:47:12.000Z (over 13 years ago)
- Last Synced: 2025-02-05T05:29:38.516Z (over 1 year ago)
- Language: C#
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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