Click here to Skip to main content
15,884,036 members
Articles / Desktop Programming / MFC

RC Localization Tool (LocalizeRC)

Rate me:
Please Sign up or sign in to vote.
4.89/5 (53 votes)
14 Jan 2004BSD9 min read 487.2K   9.5K   159  
A tool for localizing/translating Resource Scripts
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "German", "German\German.vcproj", "{923FD29C-BF1A-49D3-8771-59E5259A7ACD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LocalizeRC", "LocalizeRC.vcproj", "{AD27898B-633D-451E-9F3E-E2E437D9D4A3}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
		ConfigName.2 = UNICODE Debug
		ConfigName.3 = UNICODE Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.Debug.ActiveCfg = Debug|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.Debug.Build.0 = Debug|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.Release.ActiveCfg = Release|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.Release.Build.0 = Release|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.UNICODE Debug.ActiveCfg = UNICODE Debug|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.UNICODE Debug.Build.0 = UNICODE Debug|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.UNICODE Release.ActiveCfg = UNICODE Release|Win32
		{923FD29C-BF1A-49D3-8771-59E5259A7ACD}.UNICODE Release.Build.0 = UNICODE Release|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.Debug.ActiveCfg = Debug|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.Debug.Build.0 = Debug|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.Release.ActiveCfg = Release|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.Release.Build.0 = Release|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.UNICODE Debug.ActiveCfg = UNICODE Debug|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.UNICODE Debug.Build.0 = UNICODE Debug|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.UNICODE Release.ActiveCfg = UNICODE Release|Win32
		{AD27898B-633D-451E-9F3E-E2E437D9D4A3}.UNICODE Release.Build.0 = UNICODE Release|Win32
	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 BSD License


Written By
Web Developer
Germany Germany
Author of the shareware WinCD.

Comments and Discussions