Skip to main content



      Home
Home » Archived » BIRT » i18n in expression?
i18n in expression? [message #53903] Wed, 06 July 2005 02:54 Go to next message
Eclipse UserFriend
Is there a possibility to access i18n in expressions?
I need to have dynamic image URIs like

"image_"+row["supplier_id"]+i18n["supplier.image.token"]+ ".gif"

This would also be helpful in e.g. labels like

i18n["welcome.text"]+" "+new Date()
Re: i18n in expression? [message #56062 is a reply to message #53903] Mon, 11 July 2005 13:57 Go to previous message
Eclipse UserFriend
Marco,

You have asked a very interesting question, i.e., to access localized
strings in script. BIRT currently does not have such a function as
i8n(), so you may have to write your own, potentially with the help of a
Java class. We might add such a support in future releases.

If you do get your own i18n function working, do you mind sharing it
with the group?

Stanley Wang
BIRT Engine

Marco Jacob wrote:
> Is there a possibility to access i18n in expressions?
> I need to have dynamic image URIs like
>
> "image_"+row["supplier_id"]+i18n["supplier.image.token"]+ ".gif"
>
> This would also be helpful in e.g. labels like
>
> i18n["welcome.text"]+" "+new Date()
>
Previous Topic:Pdf Hyperlink
Next Topic:Using advanced filtering
Goto Forum:
  


Current Time: Wed Apr 30 19:25:42 EDT 2025

Powered by FUDForum. Page generated in 0.03573 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top