Kbase P126660: How to change the displayed language on Crystal Reports Viewer?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/29/2009 |
|
Status: Unverified
GOAL:
Crystal Reports XI: How to change the displayed language on Crystal Reports Viewer?
GOAL:
How to change the displayed language on Crystal Reports Viewer?
FACT(s) (Environment):
OpenEdge 10.x
Crystal Reports
FIX:
In order to change the default language of Crystal Reports Viewer, please perform the following steps:
1. Select properties of the Control
2. Change the localeID, depending on the language you want to change to.
For example, to change to Spanish set localeID to 3082.
Another possibility is to change the localeID programmatically by including the following code in the Control:
chCtrlFrame:CrystalActiveXReportViewer:localeid = 3082.
The list of localeIDS for each language can be found at : ">http://www.microsoft.com/globaldev/reference/lcid-all.mspx