Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple languagge in my e-pos..

Status
Not open for further replies.

sn00pies

Programmer
Jun 30, 2006
12
MY
hello,
how do i apply multiple languagge into my system as my system is supported by english only, do you have any idea how to translate it? what tools to use ?
 
You have to save each string to a file, and load it when the app runs. You can use a Resource File to hold the strings, and also supply strings in different languages.

MSDN has some things about developing for the world market.

-David
2006 Microsoft Most Valueable Professional (MVP)
2006 Dell Certified System Professional (CSP)
 
okay... i got your method in saving each string to translate to the other language. Can anyone please tell me more about resource file thingy ? and i found out to be filename.res extension. How can i work with that ? fix me !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top