Multi-lingual Applications

Posted by Bobby Harrell on Stack Overflow See other posts from Stack Overflow or by Bobby Harrell
Published on 2009-09-04T18:27:37Z Indexed on 2010/12/23 0:54 UTC
Read the original article Hit count: 350

I came accross this thread about multi-lingual applications. I really liked the second answer and I am trying to implement it. Can I ask if anyone has example codes of the search scripts and of a translator program or web service I could use. I use C# if that helps.

The secion dealing with:

MessageBox(Localize("Hello"), Localize("Title"), MB_OK);
RegOpenKey(NoLocalize("\\SOFTWARE\\RegKey"), ...);

I am trying to follow those ideas.

Here is the link to the Article in question: http://stackoverflow.com/questions/490297/what-are-the-best-practices-for-building-multi-lingual-applications-on-win32

Thank you very much Bobby

© Stack Overflow or respective owner

Related posts about Windows

Related posts about mobile