This task is to evaluate the potential need to update the language tags in the core VIVO RDF files from 'en_US' to just 'en'.
This issue has been raised due to the fact that the current algorithm for selecting a language-specific label within VIVO is to:
look for label with langtag matching currently selected locale (e.g. en_CA), then
look for label with langtag matching same language as in currently selected locale (e.g. 'en' if 'en_CA' is currently selected), then
look for label without langtag
In the case where en_CA is the currently selected context, the above algorithm will not find the en_US labels.
Andrew Woods (Migrated from VIVO-1888) said:
This task is to evaluate the potential need to update the language tags in the core VIVO RDF files from 'en_US' to just 'en'. This issue has been raised due to the fact that the current algorithm for selecting a language-specific label within VIVO is to:
In the case where en_CA is the currently selected context, the above algorithm will not find the en_US labels.