PHP Classes

Show before text and language and after text and language.

Recommend this page to a friend!

      PHP Google Translate  >  All threads  >  Show before text and language and...  >  (Un) Subscribe thread alerts  
Subject:Show before text and language and...
Summary:Display before and after text with multiple lines.
Messages:2
Author:Joseph Schembri
Date:2016-12-17 02:01:48
 

 


  1. Show before text and language and...   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2016-12-17 02:01:48
I would like to be able to display output something like below:

INPUT

From: English
Text:Hello, How Are You?
What is happening?
Everything good?


Output:

To: Italian
Text:Ciao, come stai?
Che cosa sta succedendo?
Tutto bene?

Is there a way to automatically insert a line break or do I have to do it manually.
If manually, how do I do this.

This makes it easier to see and understand

Thanks

  2. Re: Show before text and language and...   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2016-12-17 02:04:21 - In reply to message 1 from Joseph Schembri

would like to be able to display output something like below:

INPUT

From: English
Text:Hello, How Are You?
What is happening?
Everything good?


Output:

To: Italian
Text:Ciao, come stai?
Che cosa sta succedendo?
Tutto bene?

Is there a way to automatically insert a line break or do I have to do it manually.
If manually, how do I do this.

This makes it easier to see and understand

Thanks