Group resource translation files in folder in VS2010 for C#/WPF app -
i'm using resource files strings internationalization support in c# wpf application.
i have files under folder strings
, access in code strings.mainwindow.somestringid
.
problem translation files start grow, folder beings contain huge number of files , gets easier screw pooch making changes wrong file, ending german sentences on russian files.
i'd set strings folder have sub folder each locale. tried changing "custom tool namespace" option under properties no avail.
basically how it's laid out: http://d.pr/viwi
, how i'd laid out: http://d.pr/7wsu
try approach.
instead of resources/locale/bunch_of_resources use resources/bunch_of_folders_one_for_each_context/resources(pt-pt, en-en)
it not perfect. organize.
Comments
Post a Comment