Label expressions return an error when using the German language in ArcGIS Pro.
上次发布: June 1, 2020ArcGIS Pro
漏洞 ID 编号
BUG-000129636
已提交
March 25, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.5
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Labels using the Python, JScript, or VBScript label expression parsers are formatted according to the field settings which can differ by locale. The Python float() function expects English strings. To correctly handle the current locale, use the import localelocale.getdefaultlocale()round(locale.atof([SHAPE_Area]), 3) function.