report parameters xstore v17
Hi,
Does anyone know how to pass the preferred locale to a report in xstore v17?
I know it should be in the section parameters of the xsd file, but how exactly?
I thought something like this but I cannot test it:
<parameters>
<!-- System Parameters -->
...
<!-- User Parameters -->
<parameter name="locale" class="java.lang.String" isForPrompting="false" include_in_output="false"/>
</parameters>
I know that this is stored in _stationState.getSystemUser().getPreferredLocale()
(where _stationState is
protected StationState _stationState;
)
But how to translate that to the xdt file language?
Thanks, Regards