[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Internationalize interface Birt webviewer

There is a jar file in the WebViewerExample directory for es_ES. It should be the NLpack1. Make sure it is in your WebViewerExample/lib directory and that the jars in the plugins directory are extracted to your instance of the WebViewerExample/platform/plugins directory.

You can try to set the locale in the web.xml of the viewer application using the
BIRT_VIEWER_LOCALE
setting or
use the locale parameter on the viewer url like


http://127.0.0.1:54137/viewer/frameset?__report=myreport.rptdesign&__locale=es_ES


You can create a dataset in BIRT and then create a parameter, select its type to be combo and then select the dynamic radio button and choose the dataset you just created. You will need to select the column you want to use.


Jason



consutes wrote:
Hi Jason,

my locale is es-ES.

An other question, if I run a birt report that need parameters, the viewer shows a window for enter this parameters. Is there some option to allow the user select from a "combo" some of the parameters ? (I will fill the combo doing a select on a database).


Thanks in advance!!!