localization

Post Reply
chiaiese
Posts: 56
Joined: Wed Feb 08, 2006 10:32 pm
Location: Roma, Italia
Contact:

localization

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Roberto,

Please try this:

Code: Select all

REQUEST HB_Lang_IT
HB_LangSelect("IT")
regards, saludos

Antonio Linares
www.fivetechsoft.com
chiaiese
Posts: 56
Joined: Wed Feb 08, 2006 10:32 pm
Location: Roma, Italia
Contact:

Post by chiaiese »

Yes, it works

thank you
Roberto
Post Reply