Tecnique for multilingual app compatible with mono/ms.net

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
eros
I live to help wx-kind
I live to help wx-kind
Posts: 162
Joined: Mon Sep 06, 2004 1:40 am
Location: Argentina

Tecnique for multilingual app compatible with mono/ms.net

Post by eros »

Afaik the only way to translate apps is using the System.Resources namespace, which hasn't been ported in mono yet, does anyone have a clue on how to do this using a diff way?

Thanks.
...
xenomorph
Earned a small fee
Earned a small fee
Posts: 18
Joined: Thu Sep 02, 2004 7:33 am
Location: Germany

Post by xenomorph »

System.Resources does work in mono. Only the docs are missing...

Greetings
Xenomorph 8)
eros
I live to help wx-kind
I live to help wx-kind
Posts: 162
Joined: Mon Sep 06, 2004 1:40 am
Location: Argentina

Post by eros »

Oh, cool.

Thanks.
...
spookylukey
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Nov 26, 2004 4:52 pm
Contact:

Don't bother with System.Resources

Post by spookylukey »

System.Resources is useless for strings, unless you want to re-invent the wheel. I've written an article about i18n, .NET and gettext which explains why. gettext is what you want, and if you are using wxWidgets, then it is built in. Not sure how it works with wx.NET though.

Luke
Post Reply