Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on INTL Toolkit
Message
From
18/08/2003 07:21:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Help on INTL Toolkit
Miscellaneous
Thread ID:
00820972
Message ID:
00820972
Views:
56
Hi,

I am using INTL toolkit to allow my application to display
multilanguage. However, I had the following problem listed
below. Could anyone of you kindly advise or guide me on the
issues below. Any help is very much appreciated.

01) My application need to localise the caption,
fonts, picture and datasource. How do I configure
it. I using the following code in my main procedure
and my errorhandle give me error that the following,
lTemp is not a object, why ?

LOCAL lTemp

_SCREEN.AddObject("oINTL","INTL")
_SCREEN.oINTL.SetConfig(11)

lTemp = _SCREEN.oINTL.GetStrategy("Font")
lTemp.SetConfig(1)

lTemp = _SCREEN.oINTL.GetStrategy("Strings")
lTemp.SetConfig(1)

lTemp = _SCREEN.oINTL.GetStrategy("Picture")
lTemp.SetConfig(1)

02) As my application is based mainly on a form
with a pageframe for switching between different
pages, how do I enable the displaying of different
language.

I set the following code for each activate method of each page of
the pageframe like this, am I right ?

_SCREEN.oINTL.Localise(_SCREEN.ActiveForm)


03) Finally, why do my strings.dbf file keep adding new
records of my other language string when I change to
display other language. All those string that I want to display
is all in the strings file, I don't want to INTL to auto
add in those caption or fonts. How do that I achieve that.




Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform