<?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>topic Re: translate the hardcoded text into different languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500242#M1258163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use SE63 for this language translations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 05:31:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T05:31:00Z</dc:date>
    <item>
      <title>translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500237#M1258158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCATENATE 'If you have any questions please contact  ' t024-eknam  INTO char SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have no of statements like the above which is send to SOST.&lt;/P&gt;&lt;P&gt;All these lines appears in SOST screen with a PDF file as attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just need to translate the hardcoded text into different languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 04:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500237#M1258158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T04:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500238#M1258159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the hardcoded texts, make them into standard texts using transaction SO10and then use them, so that they will be automatically transalated into the LOGON language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500238#M1258159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500239#M1258160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your problem is not that critical ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the text present in single quotes , it will ask to create a text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CONCATENATE 'If you have any questions please contact '(001) t024-eknam INTO char SEPARATED BY space.   " 001 - text element is created.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now goto text elemts and --&amp;gt; in menu GOTO  --&amp;gt; TRANSLATION --&amp;gt;  select your source language and select your target language , if the target language is DE , then paste the translated text " Wenn Sie Fragen haben, wenden Sie sich bitte an " below the english text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this you can translate it into your desired language .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500239#M1258160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500240#M1258161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu cannot translate the hardocded text.&lt;/P&gt;&lt;P&gt;Instead use text elemets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While translation, the text elements are automatically changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500240#M1258161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500241#M1258162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT ABOUT THE VARIABLES...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500241#M1258162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500242#M1258163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use SE63 for this language translations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500242#M1258163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: translate the hardcoded text into different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500243#M1258164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;if it is in report / function module, just store in text symbol like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for report : go in se38 -&amp;gt; goto -&amp;gt; Text Elements -&amp;gt; Text Symbol -&amp;gt; enter the text like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 001 = If you have any questions please contact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then do like this&lt;/P&gt;&lt;P&gt;CONCATENATE  text-001 t024-eknam INTO char SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For translation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into text elements -&amp;gt; select translation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 05:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-the-hardcoded-text-into-different-languages/m-p/5500243#M1258164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T05:54:32Z</dc:date>
    </item>
  </channel>
</rss>

