[Haskell-cafe] Translations and Haskell

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Tue Nov 20 05:37:47 EST 2007


On Mon, 2007-11-19 at 23:18 -0200, Felipe Lessa wrote:
> Hello,
> 
> I'd like to start a project using Gtk2Hs and one thing is concerning
> me: what's the current approach on writing portable and translatable
> GUI programs in Haskell?

For the simple case of translating strings in a .glade UI, glade
provides a method for that. For translating strings generated by your
own code you need something else, like Jeremy's suggestion.

Duncan


More information about the Haskell-Cafe mailing list