LoginSignup
0
0

More than 5 years have passed since last update.

angular6 の i18n で生成した xlfファイルをマイクロソフトの多言語アプリ ツールキットで編集可能にする

Last updated at Posted at 2018-08-10

body タグの下に <group id="MICROSOFT.VISUALSTUDIO.VALIDATION/STRINGS.RESX" datatype="resx">タグを追加する。

<body>
<group id="MICROSOFT.VISUALSTUDIO.VALIDATION/STRINGS.RESX" datatype="resx">
  <trans-unit...>
    ...
  </trans-unit>
</group>
</body>

多言語アプリ ツールキット 4.0 エディター
https://developer.microsoft.com/ja-jp/windows/develop/multilingual-app-toolkit

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0