instead of
fwstring("home")
on xhabour i18n("Home")
Sample :
DEFINE MSGITEM ::oMsgItem2;
OF ::oMsgBar ;
PROMPT ::cMsgBar ;
SIZE 140 ;
BITMAPS "MSG_LOTUS", "MSG_LOTUS";
TOOLTIP " " + i18n("Autori di...") +NOME_PROGRAMMA_TITLE+ " ";
ACTION ::AppAcercade()
when you compile a prg with xharbour
create i18n folder and on your file batch insert this command /j\I18n\Main.hil
it create a file .hil
Information : I asked to Klas Engwall, PatrickMast and Ron (comp.harbour.lang) and told me that they fixed it in 2009 also for Harbour and so they
told me that it must work also for Harbour
on harbour there is hbi18n.exe
Now it is possible create .PO/.MO files for edit with poedit as with php web sites
fwstring("home")
on xhabour i18n("Home")
Sample :
DEFINE MSGITEM ::oMsgItem2;
OF ::oMsgBar ;
PROMPT ::cMsgBar ;
SIZE 140 ;
BITMAPS "MSG_LOTUS", "MSG_LOTUS";
TOOLTIP " " + i18n("Autori di...") +NOME_PROGRAMMA_TITLE+ " ";
ACTION ::AppAcercade()
when you compile a prg with xharbour
create i18n folder and on your file batch insert this command /j\I18n\Main.hil
it create a file .hil
Information : I asked to Klas Engwall, PatrickMast and Ron (comp.harbour.lang) and told me that they fixed it in 2009 also for Harbour and so they
told me that it must work also for Harbour
on harbour there is hbi18n.exe
Now it is possible create .PO/.MO files for edit with poedit as with php web sites
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com