Groups > dBase > dBase deployment > Re: Multilanguage Runtime in INNO




Multilanguage Runtime in INNO

Multilanguage Runtime in INNO
Thu, 26 Apr 2007 13:24:30 +020
I am trying to use the multylanguage Runtime.

1) The option of choosing the language comes after
    several screens ... so defeats it the pourpose.
    It comes after asking for the instalation location,and select the
    standar folder menu, and after installing most of the program.
    Then it says Installing .... and ask for the language.
    But the only thing that remains to be installed is the BDE ???

    I am sure I am doing something wrong.

2) Lets say I indicated that the language to be installed is Spanish.
    My application gets installed ... but how my application will
    know the language choosen in order to set it on my aplication.

    Is there a variable I can pass or something from INNO


Thanks

Emilio

Post Reply
Re: Multilanguage Runtime in INNO
Sun, 29 Apr 2007 17:02:19 +020
Hi,

So I know the multi language Runtime Engine exe file will detect the 
Computer language automatically on starting.....

So if user have spain windows the runtime will installed also in spain etc.

Hope this helped...

cu
Jonny 

Post Reply
Re: Multilanguage Runtime in INNO
Sun, 29 Apr 2007 17:12:39 +020
Hi,

> 2) Lets say I indicated that the language to be installed is Spanish.
>    My application gets installed ... but how my application will
>    know the language choosen in order to set it on my aplication.
>
>    Is there a variable I can pass or something from INNO
---
You can the choosen language by installing via Inno save to a registry entry 
for your application to read OR
you can create a INI File with the choosen Language entry via INI Section in 
Inno-Script for read to your application.

Example for INI File

[INI]
Filename: "\AppLanguage.ini"; Section: "Settings"; Key:
"Language"; 
String: 

 = The internal name of the selected language by user...

[Languages]
Name: "en"; ....
<<<<<<<<<<<<<<<<<<

cu
Jonny 

Post Reply
Re: Multilanguage Runtime in INNO
Mon, 30 Apr 2007 22:02:53 +020
Jonny:


thanks a lot ... this is what I wanted... very useful.

Thnaks

Emilio

"Jonny Kwekkeboom" <jkwekkeboom@versanet.de> escribió en el
mensaje
news:uRUycLniHHA.1908@news-server...
> Hi,
>
> > 2) Lets say I indicated that the language to be installed is Spanish.
> >    My application gets installed ... but how my application will
> >    know the language choosen in order to set it on my aplication.
> >
> >    Is there a variable I can pass or something from INNO
> ---
> You can the choosen language by installing via Inno save to a registry
entry
> for your application to read OR
> you can create a INI File with the choosen Language entry via INI Section
in
> Inno-Script for read to your application.
>
> Example for INI File
>
> [INI]
> Filename: "\AppLanguage.ini"; Section: "Settings";
Key: "Language";
> String: 
>
>  = The internal name of the selected language by user...
>
> [Languages]
> Name: "en"; ....
<<<<<<<<<<<<<<<<<<
>
> cu
> Jonny
>
>

Post Reply
about | contact