dotnet internationalization:
Is it possible to develop a single installer in .net that can be used for three languages,say english,Japanese and German or should we develop separate
Hi, it might depend on how complex your setup UI is. If it's very simple you could use the ClickOnce technology and the Framework would display localized UI during installation. If it's more complex, then you might want to create different installers, also because you might need to resize some setup dialogs based on the language. This is what we do for Visual Studio HTH Aldo -- This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- | Thread-Topic: Microsoft Installer | thread-index: AcbtW5T+NnIVZEL7SHWrx4PDcgmDTA== | X-WBNR-Posting-Host: 59.92.57.70 | From: =?Utf-8?B?YXByYWppdGhh?= <aprajitha@discussions.microsoft.com> | Subject: Microsoft Installer | Date: Wed, 11 Oct 2006 10:35:02 -0700 | Lines: 3 | Message-ID: <4003D94A-4742-4591-9A57-6EC84CE6E2F8@microsoft.com> | MIME-Version: 1.0 | Content-Type: text/plain; | charset="Utf-8" | Content-Transfer-Encoding: 7bit | X-Newsreader: Microsoft CDO for Windows 2000 | Content-Class: urn:content-classes:message | Importance: normal | Priority: normal | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 | Newsgroups: microsoft.public.dotnet.internationalization | Path: TK2MSFTNGXA01.phx.gbl | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.internationalization:2516 | NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250 | X-Tomcat-NG: microsoft.public.dotnet.internationalization | | Is it possible to develop a single installer in .net that can be used for | three languages,say english,Japanese and German or should we develop separate | installers for different locales? |
Don't see what you're looking for? Try a search.
|