Languages
#
SupportedGallery Overrides
The displayed language is determined based on the clients culture settings. A language can be forced by setting the LANGUAGE
environment variable to a culture code from the below options.
Name | Code |
---|---|
English | en-GB |
French | fr-FR |
#
Adding New LanguagesTo add a new language, you can raise a pull request on the GitHub repository. You will need to add new files under the following paths:
- /WeddingShare/Resources/*
- /WeddingShare/wwwroot/js/lang
For example, if you wanted to add Italian you would add {filename}-it-IT.resx
and it-IT.js
files.