4
以下の言葉は、生成されたAssemblyInfoファイルからのものです。これは、MSが手動で.csprojファイルを変更することを推奨していることを意味しますか?設定で?NeutralResourcesLanguage使用法
設定によっては、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)]
ありがとうございますが、VS Expressは**、UltimateResourceFallbackLocation.Satellite **を追加しません。したがって、AssemblyInfo.csを開き、強調表示されたテキストを手動で追加する必要があります – Dmitriy