Click here to Skip to main content
15,885,216 members
Articles / Mobile Apps / Windows Phone 7

Localizing Your Windows Phone 7 Application (Enums and Finished Project)

Rate me:
Please Sign up or sign in to vote.
4.82/5 (3 votes)
27 Aug 2011CPOL4 min read 28.3K   354   16  
Give language support to your Windows Phone 7 applications

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmLocalized", "MvvmLocalized.csproj", "{B72B3567-1C64-47B6-8249-BCFBAE9D5250}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamlQueryLib", "..\XamlQueryLib\XamlQueryLib.csproj", "{2140864E-4225-4394-A421-185A0C6BFE31}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Release|Any CPU.Build.0 = Release|Any CPU
		{B72B3567-1C64-47B6-8249-BCFBAE9D5250}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{2140864E-4225-4394-A421-185A0C6BFE31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2140864E-4225-4394-A421-185A0C6BFE31}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2140864E-4225-4394-A421-185A0C6BFE31}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2140864E-4225-4394-A421-185A0C6BFE31}.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
Software Developer (Senior) Emitsor Group
Mexico Mexico
Focused on creating MS Windows 8, Silverlight, Windows Phone 7 & 8 and the Web applications.

More than 20 years of experience creating software solutions.

Comments and Discussions