After changing the language in the web browser to Spanish and opening the ArcGIS for Inspire geoportal, the browse categories do not appear in the Browse page.
上次发布: June 9, 2017ArcGIS for Inspire
漏洞 ID 编号
BUG-000105132
已提交
May 12, 2017
上次修改时间
April 2, 2025
适用范围
ArcGIS for Inspire
找到的版本
10.5
操作系统
Windows OS
操作系统版本
2012 R2
修正版本
1.2.7
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
In the geoportal\catalog\skins\lookAndFeel-jsp file, change the following line:djConfig = {parseOnLoad: true, locale: 'en'};to djConfig = {parseOnLoad: true, locale: '<%=request.getLocale().getLanguage()%>'};