Background of the issue:
I am trying to translate a custom field in a user profile using WPML. The field is part of a group assigned to a specific user (seller). I want to display the translated value on the frontend using the get_field function from ACF.
Symptoms:
On the frontend, the original version of the field value appears instead of the translated string.
Questions:
How can I ensure that the translated string appears on the frontend instead of the original version?
I would love a clear step process to do this. I have been struggling for hours on this issue.