Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Windows Forms

Multilingual Application Made Easier in C#

Rate me:
Please Sign up or sign in to vote.
3.64/5 (31 votes)
16 May 2006CPOL2 min read 126K   7.5K   43  
This article focuses on how to work with a multilingual application
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiLingualApplication", "MultiLingualApplication\MultiLingualApplication.csproj", "{7020317E-3B8C-4113-B810-6E41BE3BB381}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7020317E-3B8C-4113-B810-6E41BE3BB381}.Debug.ActiveCfg = Debug|.NET
		{7020317E-3B8C-4113-B810-6E41BE3BB381}.Debug.Build.0 = Debug|.NET
		{7020317E-3B8C-4113-B810-6E41BE3BB381}.Release.ActiveCfg = Release|.NET
		{7020317E-3B8C-4113-B810-6E41BE3BB381}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Calsoft Labs, Chennai
India India
I m Beniton .I am a Developer currently working with Calsoft Labs Chennai, India. I love reading books, watching movies, playing cricket and spending time with my family.

Comments and Discussions