[Mono-list] How apply the translation to a project

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Apr 30 13:27:54 EDT 2009


On Thu, Apr 30, 2009 at 8:02 AM, giancarlogiesa
<giancarlogiesa at gmail.com> wrote:
>
> I see that with MonoDevelop is possible to add a "translation project" to
> you your project,
> i translated all words in that, but when i executing the exe on windows ( or
> on linux ), there is no trace of translation
>
> how apply it?

Your application must initialise the Gettext catalog with the location
to the compiled .mo files.

http://mono-project.com/I18N_with_Mono.Unix

(MonoDevelop automatically perform many of the steps in that guide,
such as extracting and compiling the translatable strings)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list