WPF Localization file folder
Posted
by Jefim
on Stack Overflow
See other posts from Stack Overflow
or by Jefim
Published on 2010-03-22T07:49:13Z
Indexed on
2010/03/22
7:51 UTC
Read the original article
Hit count: 416
I have a WPF application with localization. In my project file (.csproj) I have added a string:
<UICulture>en-US</UICulture>
Now the problem is - when I compile the default localization (en-US folder) is always put to the root of $(OutDir) of the project.
Question: how do I move this directory into a subfolder (say, $(OutDir)localized\en-US)?
© Stack Overflow or respective owner