Skip to main content

Languages

Supported#

Gallery 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.

NameCode
Englishen-GB
Frenchfr-FR

Adding New Languages#

To 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.