multilingual application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Web forms with VB.net
VS2003
framework 1.1
i want to implement multi lingual support in the application, currently it
is all english, one approcah that i had taken in the past in vb6 days is
store all the messages with unique ids in the database, have the application
call these ids and show the language specific message to the user. But seems
..net has a new way of dong this or is it more like using resource file as in
vb6 days?

woudl be great if any body could shed some light on it.

thanks
sameer
 
Back
Top