This topic is locked

translate text area field automatically

5/8/2021 5:36:33 PM
PHPRunner General questions
K
khalid author

Hi everyone,
I have a table called jobs and I enabled multilanguage in the Misc tab.
I have text area field in this table called message. what I'm trying to achieve here is when the customer chooses the language on the login page, the message field will be translated automatically to his language ( the one he chooses on the login page). in the view or edit page.

how can I accomplish that?.
thank you.

fhumanes 5/8/2021

Hello:

Just as inspiration, read the functionality of this library.Simple PHP library for talking to Google's Translate API for free.

Your application will be very penalized for having to be translating text.

Greetings,
Fernando.