HighTechTalks DotNet Forums  

Foreign Language Support for VS.NET Setup Projects

Dotnet Internationalization microsoft.public.dotnet.internationalization


Discuss Foreign Language Support for VS.NET Setup Projects in the Dotnet Internationalization forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default Foreign Language Support for VS.NET Setup Projects - 11-02-2005 , 11:42 AM






Hi All,
I have an application that uses several VS.NET 2003 setup projects that package various components cna applications into MSI files. I need to provide foreign language support for 5-6 languages other than English. Do VS.NET 2003 setup projects support internationaliation? If so, can someone point me to resources for getting this to work? Also, do VS.NET 2005 setup projects support internationalization? Thanks in advance.

Dave

MSDNDave (AT) nospam (DOT) nospam


Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default RE: Foreign Language Support for VS.NET Setup Projects - 11-02-2005 , 08:47 PM






Hi Dave. The answer for both VS .NET 2003 and VS 2005 is "Yes", but each
handles this scenario differently.

Visual Studio .NET 2003 includes Setup resources for the Visual Studio
languages:

Chinese Simplified
Chinese Traditional
English
French
German
Italian
Japanese
Korean
Spanish

These different language versions are created by setting the Localization
property in your Setup Deployment project, then building. If you need
languages other than the above, you will need to edit the resulting MSI's
strings using an MSI editor or localization tool.

In VS 2005, different Setup language versions are created by setting the
Publish language. You can select any .NET Framework-supported language,
though default resources are only available for those languages for which
you have installed the corresponding .NET Runtime language pack. This step
is performed on the Publish Options dialog of a project's Publish
properties page.

Different resource assemblies can be included in the Setup package by
individually selecting them in the Application Files dialog.

Cheers,
Garrett McGowan [MSFT Developer International]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

--------------------
Quote:
From: "Dave" <MSDNDave (AT) nospam (DOT) nospan
Subject: Foreign Language Support for VS.NET Setup Projects
Date: Wed, 2 Nov 2005 11:42:12 -0500
Newsgroups: microsoft.public.dotnet.internationalization

Hi All,
I have an application that uses several VS.NET 2003 setup projects
that package various components cna applications into MSI files. I need to
provide foreign language support for 5-6 languages other than English. Do
VS.NET 2003 setup projects support internationaliation? If so, can someone
point me to resources for getting this to work? Also, do VS.NET 2005 setup
projects support internationalization? Thanks in advance.
Quote:
Dave
MSDNDave (AT) nospam (DOT) nospam



Reply With Quote
  #3  
Old   
pavanaja
 
Posts: n/a

Default Re: Foreign Language Support for VS.NET Setup Projects - 11-03-2005 , 12:23 AM



What if I want to create a setup package employing Indic? I also want to
make the setup package to have an option to select the language. I can do
such a thing using CultureInfo class for the VS.NET application. But how do
I do it for the setup package?

Regards,
Pavanaja

"Garrett McGowan[MSFT]" <GarrMc (AT) online (DOT) microsoft.com> wrote

Quote:
Hi Dave. The answer for both VS .NET 2003 and VS 2005 is "Yes", but each
handles this scenario differently.

Visual Studio .NET 2003 includes Setup resources for the Visual Studio
languages:

Chinese Simplified
Chinese Traditional
English
French
German
Italian
Japanese
Korean
Spanish

These different language versions are created by setting the Localization
property in your Setup Deployment project, then building. If you need
languages other than the above, you will need to edit the resulting MSI's
strings using an MSI editor or localization tool.

In VS 2005, different Setup language versions are created by setting the
Publish language. You can select any .NET Framework-supported language,
though default resources are only available for those languages for which
you have installed the corresponding .NET Runtime language pack. This step
is performed on the Publish Options dialog of a project's Publish
properties page.

Different resource assemblies can be included in the Setup package by
individually selecting them in the Application Files dialog.

Cheers,
Garrett McGowan [MSFT Developer International]

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

--------------------
From: "Dave" <MSDNDave (AT) nospam (DOT) nospan
Subject: Foreign Language Support for VS.NET Setup Projects
Date: Wed, 2 Nov 2005 11:42:12 -0500
Newsgroups: microsoft.public.dotnet.internationalization

Hi All,
I have an application that uses several VS.NET 2003 setup projects
that package various components cna applications into MSI files. I need to
provide foreign language support for 5-6 languages other than English. Do
VS.NET 2003 setup projects support internationaliation? If so, can someone
point me to resources for getting this to work? Also, do VS.NET 2005 setup
projects support internationalization? Thanks in advance.
Dave
MSDNDave (AT) nospam (DOT) nospam




Reply With Quote
  #4  
Old   
Dave
 
Posts: n/a

Default Re: Foreign Language Support for VS.NET Setup Projects - 11-03-2005 , 11:12 AM



Hi Garrett,
Thanks for the reply. I did not notice the Localization option in the
properties table. I also appreciate the extra info on 2005. Hopefully, we
will be moving our app to the new .NET 2.0 framework before spring. Thanks
again.
Dave

--
David Echols
653 Raff Rd.
Virginia Beach, VA 23462-2114
(757) 285-7016 (cell)
dsechols (AT) email (DOT) uophx.edu
dave (AT) davidechols (DOT) com
http://www.davidechols.com

"Garrett McGowan[MSFT]" <GarrMc (AT) online (DOT) microsoft.com> wrote

Quote:
Hi Dave. The answer for both VS .NET 2003 and VS 2005 is "Yes", but each
handles this scenario differently.

Visual Studio .NET 2003 includes Setup resources for the Visual Studio
languages:

Chinese Simplified
Chinese Traditional
English
French
German
Italian
Japanese
Korean
Spanish

These different language versions are created by setting the Localization
property in your Setup Deployment project, then building. If you need
languages other than the above, you will need to edit the resulting MSI's
strings using an MSI editor or localization tool.

In VS 2005, different Setup language versions are created by setting the
Publish language. You can select any .NET Framework-supported language,
though default resources are only available for those languages for which
you have installed the corresponding .NET Runtime language pack. This step
is performed on the Publish Options dialog of a project's Publish
properties page.

Different resource assemblies can be included in the Setup package by
individually selecting them in the Application Files dialog.

Cheers,
Garrett McGowan [MSFT Developer International]

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

--------------------
From: "Dave" <MSDNDave (AT) nospam (DOT) nospan
Subject: Foreign Language Support for VS.NET Setup Projects
Date: Wed, 2 Nov 2005 11:42:12 -0500
Newsgroups: microsoft.public.dotnet.internationalization

Hi All,
I have an application that uses several VS.NET 2003 setup projects
that package various components cna applications into MSI files. I need to
provide foreign language support for 5-6 languages other than English. Do
VS.NET 2003 setup projects support internationaliation? If so, can someone
point me to resources for getting this to work? Also, do VS.NET 2005 setup
projects support internationalization? Thanks in advance.
Dave
MSDNDave (AT) nospam (DOT) nospam





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.