Слово ниже приведено в сгенерированном файле AssemblyInfo.Означает ли это, что MS рекомендует изменить файл .csproj вручную?По настройке?
Если это по настройке, то для чего используется атрибут NeutralResourcesLanguage?Как вы должны получить к нему доступ в коде.
Приветствия,
Berryl
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]