Internationalization of website

I developed one website in English . Now i want to globalize this website in languages lik e French , Chinese , Hindi etc . How can do this?
[147 byte] By [lijimola] at [2007-10-3 5:40:20]
# 1
externalize all your hard coded strings as resource files,at run time load the corresponding localized resources using resource bundle based on browser's locale
gmahendera at 2007-7-14 23:48:06 > top of Java-index,Desktop,I18N...