views:

153

answers:

2

Hi

I have a problem with my app, using gtk# and Mono/.NET 3.5 MonoDevelop (which im using) under Linux shows all strings to translation, but monodevelop on windows - shows nothing. is there a way to make it work or is any another cross-platform solution to add multi-language to it?

thanks in advance

+2  A: 

If you are talking about the Translation addin for MonoDevelop, it does not work on Windows:

http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.2#Feature_Matrix

jpobst
any other solution that *does* work ?
alienv
A: 

You can see why MonoDevelop in Windows doesn't have it (maybe some needed dependency, probably a native one), and see if you could contribute code/build muscle to make it available.

AFAIR, most of of the magic behind it is managed code in the specific addin.

See http://monodevelop.com/Developers, on how to contribute to make Monodevelop a better tool for you and for everybody.

Monoman