PDA

View Full Version : Language Module: Dutch


Darryl
09-17-2004, 02:58 PM
Language Module: Dutch

NOTE: This language module is installed with Setup Factory 7.0.3.0 or later.

Overview
Setup Factory 7.0 features extensive support for creating multilingual installers. This module contains a Dutch translation for the default screens, messages, errors and prompts. It has been provided by the courtesy of Lucas Stinis for use by registered owners of Setup Factory 7.0.

To add this new language module to your project, select Project > Languages from the main menu and click the Add button. Then select Dutch from the Add New Language dialog. You have now added Dutch as a supported language in your project.

Module Name: Dutch Language Module
Type: Setup Factory 7.0 Language Module
Created By: Lucas Stinis

Comments? Please post them here.

Corey
09-17-2004, 03:14 PM
Groots! :yes

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

AegisK
09-17-2004, 09:23 PM
Hoop dat het van nut is voor iemand :D

Lucas

Ham
07-02-2005, 03:49 PM
Ja wie weet gebruik ik het nl nog eens

Setupman
01-12-2007, 02:26 PM
Bedankt! Ik ga het zeker gebruiken voor mijn setup.

Barfman
11-26-2007, 07:09 AM
Thnx for teh module :)

Imagine Programming
05-09-2008, 07:26 PM
Hoeveel nederlanders zijn hier eigenlijk? :wow :P hehe bedankt voor de module

limboo
06-06-2008, 04:07 PM
misschien ga ik het ook nog wel eens gebruiken :cool

djmoh
06-29-2008, 03:35 PM
ik wist ook niet dat er zoveel nederlanders waren hier ...;)

ik heb net me nieuwste programma af, heel simpel..
een registery fix. als je bij ctrl+alt+del deze error krijgt: TaskManager had been disabled by administrator.

dan fix hij dat voor je :P
heeeeel simpel progje maar wel handig ...;)
hebben jullie mischien nog goede ideee??

..;)
tot later

Imagine Programming
07-06-2008, 12:06 PM
Anders doe je iets met een bestandsextensie, een Database applicatie ofzo?:P
ik ben nu bezig met een media speler:P best wel uitgebreid maar toch binnen de perken.

Maar toch veel nederlanders:p :wow

Gekkepop
02-23-2009, 06:52 AM
Is er iemand waaraan ik per mail of zo vragen kan stellen, mijn engels is niet zo goed.


Ik heb een custom installer gemaakt voor een game
ik heb een script aangemaakt voor een custom screen die de directx en Microsoft Games for Windows - LIVE .
De knoppen moeten met (file run) directx en Microsoft Games for Windows - LIVE uitvoeren die met mijn gemaakte installer geinstaleerd worden.
Maar als ik de game geinstallerd heb en dat scherm verschijnt en druk op de eerste knop dan verschijnt er een popup van u druktte op knop 1.
Hoe kan ik dat veranderen zodat dit berichtje niet verschijnt?
zo ziet de script eruit zonder dat ik de knoppen handelings code heb geplaatst.

-- These actions are triggered by the controls on the screen.

if (e_MsgID == MSGID_CLICKED) then
-- a control was clicked...

if (e_CtrlID == CTRL_BUTTON_01) then

-- Insert your button handling code here

Dialog.Message("Click","You clicked on Button 01", MB_OK, MB_ICONNONE);
end

if (e_CtrlID == CTRL_BUTTON_02) then

-- Insert your button handling code here

Dialog.Message("Click","You clicked on Button 02", MB_OK, MB_ICONNONE);
end

if (e_CtrlID == CTRL_BUTTON_03) then

-- Insert your button handling code here

Dialog.Message("Click","You clicked on Button 03", MB_OK, MB_ICONNONE);
end

if (e_CtrlID == CTRL_BUTTON_04) then

-- Insert your button handling code here

Dialog.Message("Click","You clicked on Button 04", MB_OK, MB_ICONNONE);
end

end

yuppie1000
09-03-2009, 05:43 AM
When i use dutch looks fine, except one thing i've found.

The uninstall name in windows still have the english name uninstall...

Or can i change that somewhere myselves?

Thanks in advance.

SetupJuggler
09-03-2009, 08:09 AM
Hi yuppie1000,

If only dutch, then change "Uninstall Settings/Shortcut/Properties/Description".

If you want to have different languages (we need up to 15) shown within your uninstall shortcut or the windows control panel software, you have to use a session variable. In action "On Startup" or "On Pre Install" use a SessionVar.Set to set the appropriate string. Enter the session variable in "Uninstall Settings/Shortcut/Properties/Description".

HTH

Udo

yuppie1000
09-03-2009, 09:30 AM
Thanks,

That was the solution for me! (need only dutch).
:yes