Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Application is getting crashed when i use the
System.Windows.Forms.Application.LocalUserAppDataPath

because the path is been returned in English whihc does not exist in German file system


How shall i localise this
System.Windows.Forms.Application.LocalUserAppDataPath


thanks in advance
Posted
Comments
Richard MacCutchan 7-Jul-11 8:58am    
What do you mean "the path is been returned in English whihc does not exist in German file system"? I don't think Windows includes automatic translation yet. Perhaps it would be better if you posted the exact information that gets returned to your program.

See also here on MSDN

1 solution

Here is a link to MSDN that provides information to globalize Windows Forms in Visual Studio. There are links to walkthroughs to help on this page.

http://msdn.microsoft.com/en-us/library/9xdxwwkc.aspx[^]

Regards
 
Share this answer
 

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