• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Internationalization - with images

 
Ranch Hand
Posts: 3143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm writing a JSP. I have successfully managed to localize the text but I have a graphical "Submit" button on a form. I'd like "Submit" to be in the correct language for the page. Can this be achieved, if so how?
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it actually a graphic or is it just a submit button like you normally see on sites (like the one at the bottom of the reply page)? It should be fairly easy to modify if it's a standard type submit button, as the text can be modified.
[This message has been edited by Ben Roy (edited January 17, 2001).]
 
Angela Poynton
Ranch Hand
Posts: 3143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No it's a graphic ... the whole issue goes way beyond just this one graphic but I was using it as an example. Oh BTW I apreciate that I can't actually change the text on the image dynamically ... I was more concerned with using the Locale of the page to choose the graphic which has the correct language on it .... like it finds the correct ResouceBundle for text.
I hope someone can let me know either way on this soon. Is there anyone out there who's used internationalization in JSPs?
[This message has been edited by Angela Poynton (edited January 18, 2001).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic