archrid404 0 Posted July 29, 2020 Share Posted July 29, 2020 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 post Share on other sites
comment 1,775 Posted July 29, 2020 Share Posted July 29, 2020 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 post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now