RE: how to i18n images?

2002-04-11 Thread Scott Edwards
Check out the link http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#image This talks about the input type=image tag that is part of Struts. However, without looking at the source code to be certain, the documentation looks like only Alt text is localized rather than the image source i

RE: how to i18n images?

2002-04-11 Thread McVeigh, Ryan
: Thursday, April 11, 2002 5:11 PM To: 'Struts Users Mailing List' Subject: RE: how to i18n images? Check out the link http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#image This talks about the input type=image tag that is part of Struts. However, without looking at the s

RE: how to i18n images?

2002-04-11 Thread Todd Pierce
Here's what I did to internationalise a logo image for english french and spanish versions: 1 Created/acquired images logo.gif, logo_fr.gif, logo_es.gif, etc 2 In the JSP - " border="0"> 3 In the default (English) properties file: header.image=/image.gif 4 In the fr properties file:

RE: how to i18n images?

2002-04-11 Thread Emmanuel Bridonneau
lto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 5:05 PM To: Emmanuel Bridonneau Cc: Struts Users Mailing List Subject: RE: how to i18n images? Here's what I did to internationalise a logo image for english french and spanish versions: 1 Created/acquired images logo.gif, logo_fr.gif, l

RE: how to i18n images?

2002-04-11 Thread Niall Pemberton
002 02:05 > To: Todd Pierce; 'Struts Users Mailing List' (E-mail) > Subject: RE: how to i18n images? > > > Thanks I appreciate your input. I was hoping more or less to get > pointers to some tools that allows me to apply a transparent image to a > text that is localize

Re: how to i18n images?

2002-04-11 Thread Max Cooper
[EMAIL PROTECTED]>; "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 6:05 PM Subject: RE: how to i18n images? Thanks I appreciate your input. I was hoping more or less to get pointers to some tools that allows me to apply a tr

RE: how to i18n images?

2002-04-12 Thread dhay
t" <[EMAIL PROTECTED]> To: "Todd Pierce" <[EMAIL PROTECTED]>, "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: how to i18n images? Thanks I appreciate your input. I

RE: how to i18n images?

2002-04-12 Thread Emmanuel Bridonneau
il 12, 2002 9:44 AM To: Struts Users Mailing List Subject: RE: how to i18n images? I just wrote a small servlet that does exactly this - pass in image to use and (internationalized) text to write on it, and Bob's your Uncle!! Dave "Emmanuel Bridonneau" <[EMAIL PROTECTED]&