Hi,
I use the following URL for an Export Web Map Task configuration in my PrintWidget.xml:
I noticed that when we print, the Date label below the map is in English:
Attachment 29355
It needs to be in French.
We already compile using the french locale in Flash Builder.
There doesn't seem to be any locale setting for the Print Widget.
Or the Export Web Map Task
Is this possible?
We use ArcGIS Server 10.1.0.3035
Thanks
I use the following URL for an Export Web Map Task configuration in my PrintWidget.xml:
Code:
<?xml version="1.0" ?>
<configuration>
<taskurl>http://azivm2k8sqlexp:6080/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task</taskurl>
<layouttemplates visible="true" defaultvalue="Letter ANSI A Landscape">
<layouttemplate>Tabloid ANSI B Landscape</layouttemplate>
<layouttemplate>Tabloid ANSI B Portrait</layouttemplate>
<layouttemplate>A3 Landscape</layouttemplate>
<layouttemplate>A3 Portrait</layouttemplate>
<layouttemplate>A4 Landscape</layouttemplate>
<layouttemplate>A4 Portrait</layouttemplate>
<layouttemplate>Letter ANSI A Landscape</layouttemplate>
<layouttemplate>Letter ANSI A Portrait</layouttemplate>
<layouttemplate>MAP_ONLY</layouttemplate>
</layouttemplates>
</configuration>
Attachment 29355
It needs to be in French.
We already compile using the french locale in Flash Builder.
There doesn't seem to be any locale setting for the Print Widget.
Or the Export Web Map Task
Is this possible?
We use ArcGIS Server 10.1.0.3035
Thanks