Problem in localizing wxWidgets application for wxLANGUAGE_NORWEGIAN_NYNORSK locale

Amit amitgupta.it at gmail.com
Wed Nov 8 02:35:11 PST 2006


Thanks Troels and Vadim,

I did some debugging and tried the solutions suggested. The good news
is, it works now.

I still have some unanswered questions.

- Localization for norwegian locale started working when I added the
.mo file to nn_NO or nn folder. Is there any list which can help me map
folder names with other languages.

- Localization for Norwegian locale is not working for macintosh. I
have used the same folder structure and relative paths as for win.
Swedish and Danish loacles do work on mac

Thanks in advance

Regards
- Amit Gupta

Troels wrote:
> - wxWidgets is looking for nn/Nor_Localized.mo, perhaps you have put it
> somewhere else?
>
> - Same with nn/wxstd.mo - if nn/wxstd.mo isn't found the translation
> system is disabled. This is easy to check, try this:
>
>     wxMessageBox(_("&Window")); // one of the 'system' texts in wxstd.mo
> 
> - "DUTCH" is not danish!!!
> 
> Regards
> Troels







More information about the wx-users mailing list