Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は WPF アプリケーションを持っています。現在のカルチャに応じてボタン イメージを設定する必要があります。文字列に対してはうまく機能します:
<Label Content="{x:Static res:Resources.Buy}"></Label>
文化に応じて文字列を表示しますが、画像付き:
<Image Source="{x:Static res:Resources.GetItFree}"></Image>
エラーが発生します。なぜ、どのように正しく行うのですか?