Application using ArcGIS Javascript API 3.33 crashes when "lang" attribute is added on <html> tag. It throws error in console as "dojo/parser::parse() error Error: string.substitute could not find key "loadingState" in template". We find its no solution. We also find the link stating the same issue. We want to keep "lang" attribute on <html> tag as it is recommended in AODA requirements.
Please suggest if any solution to this problem is possible.
Solved! Go to Solution.
Adding
<html lang="en-US">
Works fine. You need to make sure you are using the proper property value.
This would be a better post for the ArcGIS API for JavaScript space.
Adding
<html lang="en-US">
Works fine. You need to make sure you are using the proper property value.