How can I capture current or active locale in DSpace XMLUI?
问题 I have this setting in dspace.cfg webui.supported.locales = en, fr, zh . I wonder why I can't get the active or current locale if I use: <xsl:value-of select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='page'][@qualifier='currentLocale']"/> in my item-view.xsl ? Viewing the page eg http://localhost:8080/DRI/handle/123456789/10476?locale-attribute=fr , it is obviously there in: <metadata element="page" qualifier="currentLocale">fr</metadata> Am I missing something? 回答1: