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.
pipeリソースバンドルの「」記号をどのように表現しますか
pipe
例えばWhat is |6|?パイプ記号が正しく翻訳されていません
What is |6|
他の人が指摘したように、| 他のキャラクターと同じです。パイプはパイプを生成します。
たぶん、MessageFormat を使用して変数を渡すことについて尋ねているのでしょうか? その場合、「{6} とは何ですか?」のようなものが必要になります。「|」ではなく「{」と「}」を使用する キャラクター。