May 2, 2010
4:13 p.m.
can you give a sketch example so that I the it?
instaed of 'lkjhlk' translated NaturalLanguageTranslator translated: 'lkjhlk'
No, you keep the 'lkjhlk' translated :-) Apologies, the current implementation does already what I meant String>>translated ^ NaturalLanguageTranslator current translate: self All you would need to do is to exchange the implementation of NaturalLanguageTranslator depending on whether you want to use the current implementation or gettext. Michael