Indigo Rose Software
  #1  
Old 09-17-2004
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Star Language Module: Dutch

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.

Last edited by Brett; 06-20-2005 at 10:53 AM.
Reply With Quote
  #2  
Old 09-17-2004
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
Groots!

Corey Milner
Creative Director, Indigo Rose Software
Reply With Quote
  #3  
Old 09-17-2004
AegisK AegisK is offline
Forum Member
 
Join Date: Aug 2004
Posts: 1
Grin

Hoop dat het van nut is voor iemand

Lucas
Reply With Quote
  #4  
Old 07-02-2005
Ham's Avatar
Ham Ham is offline
Forum Member
 
Join Date: Apr 2005
Location: Netherlands
Posts: 169
Ja wie weet gebruik ik het nl nog eens
Reply With Quote
  #5  
Old 01-12-2007
Setupman Setupman is offline
Forum Member
 
Join Date: Nov 2006
Posts: 15
Star Nederlands taalbestand

Bedankt! Ik ga het zeker gebruiken voor mijn setup.
Reply With Quote
  #6  
Old 11-26-2007
Barfman Barfman is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
Thnx for teh module
Reply With Quote
  #7  
Old 05-09-2008
Imagine Programming's Avatar
Imagine Programming Imagine Programming is online now
Forum Member
 
Join Date: Apr 2007
Location: The Netherlands
Posts: 1,326
Hoeveel nederlanders zijn hier eigenlijk? :P hehe bedankt voor de module
Reply With Quote
  #8  
Old 06-06-2008
limboo's Avatar
limboo limboo is offline
Forum Member
 
Join Date: May 2008
Location: The Netherlands
Posts: 109
misschien ga ik het ook nog wel eens gebruiken
Reply With Quote
  #9  
Old 06-29-2008
djmoh djmoh is offline
Forum Member
 
Join Date: Feb 2007
Posts: 46
Talking

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
Reply With Quote
  #10  
Old 07-06-2008
Imagine Programming's Avatar
Imagine Programming Imagine Programming is online now
Forum Member
 
Join Date: Apr 2007
Location: The Netherlands
Posts: 1,326
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
Reply With Quote
  #11  
Old 02-23-2009
Gekkepop Gekkepop is offline
Forum Member
 
Join Date: Jan 2009
Posts: 14
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

Last edited by Gekkepop; 02-23-2009 at 06:59 AM.
Reply With Quote
  #12  
Old 09-03-2009
yuppie1000 yuppie1000 is offline
Forum Member
 
Join Date: Sep 2009
Posts: 4
Nice but also a problem?

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.
Reply With Quote
  #13  
Old 09-03-2009
SetupJuggler SetupJuggler is offline
Indigo Rose Customer
 
Join Date: Nov 2008
Location: Göttingen, Germany
Posts: 62
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
Reply With Quote
  #14  
Old 09-03-2009
yuppie1000 yuppie1000 is offline
Forum Member
 
Join Date: Sep 2009
Posts: 4
Thanks

Thanks,

That was the solution for me! (need only dutch).
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Language Module: French Darryl Setup Factory 8.0 Examples 3 03-09-2009 09:52 AM
Language Module: German Darryl Setup Factory 8.0 Examples 9 04-17-2008 10:18 AM
Language Module: Hungarian Darryl Setup Factory 8.0 Examples 0 09-03-2004 10:53 AM
Multi-Language Support? Greek and Japanese Language Module? wbrosche Setup Factory 6.0 17 02-24-2003 03:38 PM
HOWTO: Create a New Language Module Support AutoPlay Media Studio 4.0 Examples 0 10-03-2002 10:26 AM


All times are GMT -6. The time now is 05:05 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software