<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: element Label with multi languages  support in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaa-p/12272519#M4597407</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There are 2 ways to handle field label translations for C4C.&lt;/P&gt;&lt;P&gt;1. For KUT based changes --&amp;gt; For KUT based changes you can use the Language Adaptation tool as mentioned here: &lt;A href="http://go.sap.com/germany/documents/2016/10/e8ec4248-917c-0010-82c7-eda71af511fa.html" target="test_blank"&gt;http://go.sap.com/germany/documents/2016/10/e8ec4248-917c-0010-82c7-eda71af511fa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. For PDI based changed --&amp;gt; For PDI based object changes like PDI Code List or Field Label etc etc, you need to choose "Translate" option, from right-click context menu, for the PDI Object like BO or CodeList. From this choose "Export Text" which will download a .xlf file that can easily be opened with a text editor like Notepad++ or Atom. You will see that there is a &amp;lt;source&amp;gt; tag with some text. Now just beneath that add a "&amp;lt;target&amp;gt;" tag and add the target language, as shown.&lt;/P&gt;&lt;P&gt;Now save your changes and right-click on the object in PDI and click "Import Text". Select the file you just updated and new labels should be visible now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857879-translate.png"&gt;translate.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857880-language-selector.png"&gt;language-selector.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857881-actual-translation.png"&gt;actual-translation.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For more details, pls check official documentation here: &lt;A href="https://help.sap.com/viewer/cbcebe3cfb1647a8b0322c18dbb0b481/latest/en-US/7547ef0873e210149ec2fdb74243e2e2.html" target="test_blank"&gt;https://help.sap.com/viewer/cbcebe3cfb1647a8b0322c18dbb0b481/latest/en-US/7547ef0873e210149ec2fdb74243e2e2.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 17:42:59 GMT</pubDate>
    <dc:creator>former_member226</dc:creator>
    <dc:date>2020-11-02T17:42:59Z</dc:date>
    <item>
      <title>element Label with multi languages  support</title>
      <link>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaq-p/12272517</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I would like to add extension field (element) using the SDK with different labels for each langauge&lt;/P&gt;
  &lt;P&gt;for example&lt;/P&gt;
  &lt;P&gt;[Label("Hello")] element hello:ID; // for english UI&lt;/P&gt;
  &lt;P&gt;[Label("Bonjour")] element hello:ID; // for french UI&lt;/P&gt;
  &lt;P&gt;Is it possible ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 11:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaq-p/12272517</guid>
      <dc:creator>tamir_moshe</dc:creator>
      <dc:date>2020-11-02T11:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: element Label with multi languages  support</title>
      <link>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaa-p/12272518#M4597406</link>
      <description>&lt;P&gt;Hi Tamir,&lt;/P&gt;&lt;P&gt;Please take a look at the below blogpost shared by Horst. &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/04/06/easy-way-of-using-language-dependent-descriptions-for-identifiers/" target="test_blank"&gt;https://blogs.sap.com/2016/04/06/easy-way-of-using-language-dependent-descriptions-for-identifiers/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But personally I would have preferred the Language adaptation tool to achieve these kind of requirements. &lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaa-p/12272518#M4597406</guid>
      <dc:creator>Nikhil_Walsetwar</dc:creator>
      <dc:date>2020-11-02T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: element Label with multi languages  support</title>
      <link>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaa-p/12272519#M4597407</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There are 2 ways to handle field label translations for C4C.&lt;/P&gt;&lt;P&gt;1. For KUT based changes --&amp;gt; For KUT based changes you can use the Language Adaptation tool as mentioned here: &lt;A href="http://go.sap.com/germany/documents/2016/10/e8ec4248-917c-0010-82c7-eda71af511fa.html" target="test_blank"&gt;http://go.sap.com/germany/documents/2016/10/e8ec4248-917c-0010-82c7-eda71af511fa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. For PDI based changed --&amp;gt; For PDI based object changes like PDI Code List or Field Label etc etc, you need to choose "Translate" option, from right-click context menu, for the PDI Object like BO or CodeList. From this choose "Export Text" which will download a .xlf file that can easily be opened with a text editor like Notepad++ or Atom. You will see that there is a &amp;lt;source&amp;gt; tag with some text. Now just beneath that add a "&amp;lt;target&amp;gt;" tag and add the target language, as shown.&lt;/P&gt;&lt;P&gt;Now save your changes and right-click on the object in PDI and click "Import Text". Select the file you just updated and new labels should be visible now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857879-translate.png"&gt;translate.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857880-language-selector.png"&gt;language-selector.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1857881-actual-translation.png"&gt;actual-translation.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For more details, pls check official documentation here: &lt;A href="https://help.sap.com/viewer/cbcebe3cfb1647a8b0322c18dbb0b481/latest/en-US/7547ef0873e210149ec2fdb74243e2e2.html" target="test_blank"&gt;https://help.sap.com/viewer/cbcebe3cfb1647a8b0322c18dbb0b481/latest/en-US/7547ef0873e210149ec2fdb74243e2e2.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 17:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/element-label-with-multi-languages-support/qaa-p/12272519#M4597407</guid>
      <dc:creator>former_member226</dc:creator>
      <dc:date>2020-11-02T17:42:59Z</dc:date>
    </item>
  </channel>
</rss>

