Click here to Skip to main content
15,741,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i cerated a resx file for a form, when i created the setup for the application, i unable to access the resx file. how to do it?
Posted

1 solution

Click the Setup Project in Solution Explorer and then click Add\Project Output\ . From dialog select the project for which you want to include localization (satelite) assemblies and then select Localized resources.
After the installation in the folder that I install to, I have the th-TH folder which includes the satellite assembly.


http://stackoverflow.com/questions/798886/c-creating-a-setup-for-multi-language[^]
 
Share this answer
 
Comments
SAISAGAR nalla 6-Sep-11 7:12am    
but i am not getting particular language .. i am using swahili resource file..
Philippe Mori 6-Sep-11 20:58pm    
As explained, you have to explicitly add localized resources by adding the appropriate output (at the appropriate location). Check what is installed and check if DLL is in the appropriate localized folder.

If the file are not at the appropriate location, then copy them manually to confirm it would have work if there would be there... and then update your project to use appropriate folder for those ressources.

Localized resources files should be in a sub-folder with the language name.

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900