Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for default language #481

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions home/src/main/resources/config/example.runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,14 @@ proxy.eligibleTypeList = http://www.w3.org/2002/07/owl#Thing
# languages.forceLocale = en_US

#
# A list of supported languages or Locales that the user may choose to
# use instead of the one specified by the browser. The selected language(s)
# must exist in the list of property files in webapps or in the list of ttl
# files in interface-i18n directories within Vitro home. This affects RDF data
# retrieved from the model, if RDFService.languageFilter is true.
# An ordered list of supported languages or Locales that the user may choose
# to use instead of the one specified by the browser. The order of available
# locales in the VIVO UI will be in accordance with order in this property
# locales values. The first in the list will be selected as default locale
# when a user is accessing the application for the first time. The selected
# language(s) must exist in the list of property files in webapps or in the
# list of ttl files in interface-i18n directories within Vitro home. This
# affects RDF data retrieved from the model, if RDFService.languageFilter is true.
# This also affects the text of pages that have been modified to support
# multiple languages.
#
Expand Down
Loading