Consultor Eletrônico



Kbase P124049: What determines the symbol displayed for a currency2 field in EasyAsk?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/2/2008
Status: Verified

GOAL:

What determines the symbol displayed for a currency2 field?

GOAL:

Why don't I get the correct currency symbol displayed on my EasyAsk server?

FACT(s) (Environment):

EasyAsk 9.5
EasyAsk 9.6
EasyAsk 9.7
EasyAsk 10.1
EasyAsk 11.0

FIX:

The following line in EasyAskServer.lax sets the locality setting:
# LAX.NL.JAVA.OPTION.additional
# -------------------------------------
# Locality France
lax.nl.java.option.additional=-Duser.language=fr -Duser.region=FR
or # LAX.NL.JAVA.OPTION.additional
# -------------------------------------
# Locality United States
lax.nl.java.option.additional=-Duser.language=en -Duser.region=US

<dxp>_desc.xml in the <dxp>_Files directory is where we actually store the display format.
If your EasyAskServer.lax file already contains a lax.nl.java.option.additional line (as EasyAsk 9.7, 10.1, 11 may), add the -Duser to the existing line. For example:
lax.nl.java.option.additional=-Djava.library.path="C:\\Program Files\\EasyAsk11\\lib" -Duser.language=en -Duser.region=ZA