dojo/parser::parse() error Error: string.substitute could not find key "loadingState" in template

1628
3
06-06-2018 07:08 AM
SriHarsha
Occasional Contributor

hi  I am unable to handle  dojo parser  while accessing on development environment  everything working fine bu at stating environment I am getting error   "dojo/parser::parse() error Error: string.substitute could not find key "loadingState" in template"

Tags (2)
3 Replies
DavidCooke
Occasional Contributor

FWIW: I've found the error can be triggered when the pages language is set (e.g. <html lang="en">).  I've encountered this when using API version 3.26 and dojox/grid/EnhancedGrid.

RajeevRoy
Emerging Contributor

According to AODA recommendation "lang" attribute should be added with <html> tag. But if we add the "lang" attribute, then we are facing the same issue. We are using ArcGIS Javascript API 3.3.

Please let us know how we can handle this issue.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Using the proper value works fine:

<html lang="en-US">
0 Kudos