Localization of Identity -Popup

622
0
12-14-2011 02:14 AM
MarkusRuottinen
New Contributor II
Hi,

We are implementing javascript application and are planning to use Identity-Popup sample (http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_popup.html)

Our application should support three different languages.  We believe we can translate popup�??s several elements using this quide: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/localization.htm.

QUESTION:
If user clicks location and there are two features then Identify-Popup shows number of features on top op popup �??1 of 2�?�.  Is it possible also translate this �??of�?� word also?
If not, is there workaround to disable this feature count �??1 of 2�?� functionality?

We have tried this:
document.getElementsByClassName("title")[0].innerHTML.replace("of","/");
but it didn�??t work.


Thanks in advance!
-Markus
0 Kudos
0 Replies