Click here to Skip to main content
15,892,737 members
Articles / Desktop Programming / WPF

Real-Time Multilingual WPF Demo

Rate me:
Please Sign up or sign in to vote.
4.72/5 (22 votes)
29 Jul 2008CPOL7 min read 62.6K   1.1K   64  
Translate a WPF User Interface using the Google AJAX Language API in real-time

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vidyano", "Vidyano\Vidyano.csproj", "{1E1A8641-2648-4A0A-BEE9-A4057F4C4040}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vidyano.Presentation", "Vidyano.Presentation\Vidyano.Presentation.csproj", "{8DC3EE8B-06E6-4D50-8600-ACEC57793333}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{25732C04-8171-42D1-B04E-BF49B1A4A54B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1E1A8641-2648-4A0A-BEE9-A4057F4C4040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1E1A8641-2648-4A0A-BEE9-A4057F4C4040}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1E1A8641-2648-4A0A-BEE9-A4057F4C4040}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1E1A8641-2648-4A0A-BEE9-A4057F4C4040}.Release|Any CPU.Build.0 = Release|Any CPU
		{8DC3EE8B-06E6-4D50-8600-ACEC57793333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8DC3EE8B-06E6-4D50-8600-ACEC57793333}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8DC3EE8B-06E6-4D50-8600-ACEC57793333}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8DC3EE8B-06E6-4D50-8600-ACEC57793333}.Release|Any CPU.Build.0 = Release|Any CPU
		{25732C04-8171-42D1-B04E-BF49B1A4A54B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{25732C04-8171-42D1-B04E-BF49B1A4A54B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{25732C04-8171-42D1-B04E-BF49B1A4A54B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{25732C04-8171-42D1-B04E-BF49B1A4A54B}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
2sky
Belgium Belgium
2sky focuses on pushing the development for the Microsoft technology stack using its in-house developed product, Vidyano.
This is a Organisation

3 members

Comments and Discussions