Retail Point-of-Service Solutions (MOSC)

MOSC Banner

report parameters xstore v17

edited Feb 10, 2020 3:40AM in Retail Point-of-Service Solutions (MOSC) 2 commentsAnswered ✓

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

@Inject

protected StationState _stationState;

)

But how to translate that to the xdt file language?

Thanks, Regards

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center