Click here to Skip to main content
15,892,005 members
Articles / Desktop Programming / Windows Forms

.NET Resource (.resx file) Translator

Rate me:
Please Sign up or sign in to vote.
4.75/5 (50 votes)
27 Aug 2012CPOL4 min read 213.3K   6.7K   127  
A .NET resource (.resx file) translator. English to any other language.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResxTranslator", "ResxTranslator\ResxTranslator.csproj", "{A74E9C1F-1937-4B36-BFCC-39E551730B67}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A74E9C1F-1937-4B36-BFCC-39E551730B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A74E9C1F-1937-4B36-BFCC-39E551730B67}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A74E9C1F-1937-4B36-BFCC-39E551730B67}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A74E9C1F-1937-4B36-BFCC-39E551730B67}.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
Architect Philips
India India
Have been working with computers since the early 00's. Since then I've been building, fixing, configuring, installing, coding and designing with them. At present I mainly code windows applications in C#, WCF, WPF and SQL. I'm very interested in Design Patterns and try and use these generic principles in all new projects to create truly n-tier architectures. Also I like to code for making the User Interface very attractive...

Comments and Discussions