Jump to content

Auto translate language stored the stored data base on the language of the user


This topic is 1361 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is this doable or closest way to work on this?

Example:

We have multiple user using difference language ex English, French, Spanish etc.

So if i am the user using language english then enters a record with english data. Let say i enter a data on a field "Inches".

Can that stored data be translated once a user with different language entered the record? So if the user using spanish language. The stored english data "Inches" will be translated to "pulgada". 

Link to comment
Share on other sites

The example is ambiguous. You can have different interface labels and display them conditionally based on user's preference. Naturally, these labels need to be prepared in advance.

If you want to actually translate user's input to another language - without knowing in advance what the input might be - you might be able to use an API.

 

Link to comment
Share on other sites

This topic is 1361 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.