<?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: Multiple language in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372815#M183211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  YOU R CONVERTING A LANGUAGE FROM ENGLISH TO ITALY THAN ALL THE CODINGS AUTOMATICALLY WILL CONVERT TO ENGLISH.THERE IS NO NEED TO CHANGE EACH AND EVERY STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2006 09:38:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-02T09:38:14Z</dc:date>
    <item>
      <title>Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372812#M183208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have to develop Z reports or Z smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Users login in English or Italy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In program Heading of column maintain in English,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   When Login through Italy it will automatic convert or I have to build the code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if sy-langu = 'EN'.&lt;/P&gt;&lt;P&gt;      Write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'Total Company Code'.&lt;/P&gt;&lt;P&gt;   elseif sy-langu = 'IT'.&lt;/P&gt;&lt;P&gt;      Write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'Total Clinte'.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thaks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372812#M183208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372813#M183209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amisha,&lt;/P&gt;&lt;P&gt;   For all standard texts if you maintain the translated texts, they appear automatically.&lt;/P&gt;&lt;P&gt;YOu can transalate your texts in the transaction se63.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372813#M183209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372814#M183210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like you can maintain the translations for standard texts in different languages, you can also maintain scripts in different languages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transaction for this SE63. &lt;/P&gt;&lt;P&gt;In SE63, follow this link &lt;/P&gt;&lt;P&gt;Translation --&amp;gt; R/3 Enterprise --&amp;gt; Other Longg Texts.&lt;/P&gt;&lt;P&gt;Double click on "Forms" if it is a Script. choose SAP Smartforms if it is a smartform. &lt;/P&gt;&lt;P&gt;Now you can enter the script/smartform name for which u want to maintain translations and then choose the language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As given in the purchase requisition example by you, &lt;/P&gt;&lt;P&gt;u can maintain the static texts in the script in the local language that you want. &lt;/P&gt;&lt;P&gt;The dynamic texts have to be got from the driver program. These cannot be maintained here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372814#M183210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372815#M183211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  YOU R CONVERTING A LANGUAGE FROM ENGLISH TO ITALY THAN ALL THE CODINGS AUTOMATICALLY WILL CONVERT TO ENGLISH.THERE IS NO NEED TO CHANGE EACH AND EVERY STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372815#M183211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372816#M183212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write : / 'Hello Word'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In english and Italy i got same ouput "Hello word".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there Function module which convert english to other language ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372816#M183212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple language</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372817#M183213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your statement should Write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; Text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Text-001 will have to be maintained in all the languages you want, in SE63.&lt;/P&gt;&lt;P&gt;Depending on which language the user logs in that language text will be printed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hard coded text will never change the language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2006 09:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-language/m-p/1372817#M183213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-02T09:50:07Z</dc:date>
    </item>
  </channel>
</rss>

