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

1399
3
06-06-2018 07:08 AM
SriHarsha
New Contributor III

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
New Contributor II

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
New Contributor II

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