• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Internationalization in Struts

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sir,

I need to implement internationalization in struts.... I am new to this topic... how can i start and what i have to follow... Please give some website links and any sample code website for learning. I want to Implement Indian languages.

-Thanks with regs,
Rodricks
 
author
Posts: 23959
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this topic to the struts forum.

Henry
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,

When I started learning Struts, I was a bit confused on this internationalization part. But after reading from the Struts Complete reference, I realized how simple was that to do internationalization in Struts. Do you already have the Complete Reference book with you?? If not google some resources...you will surely get it.
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
Its pretty simple in Struts. Perhaps going through the following links might give you a quick idea.

  • RoseIndia's Tutorial
  • AllApplabs Quick Review

  •  
    Rodricks george
    Ranch Hand
    Posts: 97
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Dear Sir,

    I read the Complete reference too... there they are changing the internationalization by changing the line in message resource tag in Struts config file.....

    I want to change programatically....

    I am in india i want to implement two languages like Hindi and Marathi....

    I have two links Hindi and Marathi...Default is English...

    If i click on hindi link my web page should show Hindi language and If i click on Marathi i should show marathi contents.... I am confused how to start....

    I dont know whether it comes under internationalization or Localization...

    Please help me

    -Rodricks
     
    Joe San
    Ranch Hand
    Posts: 10198
    3
    Mac PPC Eclipse IDE Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Rodrics,

    This doesn't come under internationalization. Try exploring something with Java's ResourceBundle and Properties API. I think you might find an answer.
     
    Ranch Hand
    Posts: 304
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Then what exactly is internationalization?

    Jothi - I think Resource bundle and properties files do come under internationalization. It is also true that it helps in having multiple languages.
     
    Rodricks george
    Ranch Hand
    Posts: 97
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Dear Sir,

    Still i am confused.... please give some code snippets so that i can understand that....

    -Rodricks
     
    reply
      Bookmark Topic Watch Topic
    • New Topic