Index: dll/win32/mycomput/lang/it-IT.rc =================================================================== --- dll/win32/mycomput/lang/it-IT.rc (revision 0) +++ dll/win32/mycomput/lang/it-IT.rc (working copy) @@ -0,0 +1,6 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_MANAGE "Gestione" +END Index: dll/win32/mycomput/mycomput.rc =================================================================== --- dll/win32/mycomput/mycomput.rc (revision 67166) +++ dll/win32/mycomput/mycomput.rc (working copy) @@ -15,6 +15,9 @@ #ifdef LANGUAGE_EN_US #include "lang/en-US.rc" #endif +#ifdef LANGUAGE_IT_IT + #include "lang/it-IT.rc" +#endif #ifdef LANGUAGE_RO_RO #include "lang/ro-RO.rc" #endif