Page 1 of 1

localization

Posted: Wed Jun 28, 2006 5:48 pm
by chiaiese
Hi all,
How to localize my app in italian ?
(days, months, ecc)
I tried hb_langselect("IT") function but it returns the following message: "invalid language selected"
do I miss something to link in ?

any idea ?
many thanks

Roberto Chiaiese

Posted: Mon Jul 03, 2006 4:55 am
by Antonio Linares
Roberto,

Please try this:

Code: Select all

REQUEST HB_Lang_IT
HB_LangSelect("IT")

Posted: Mon Jul 03, 2006 8:06 am
by chiaiese
Yes, it works

thank you
Roberto