You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bilingual English/French website and we use the same message for both the table variant of a view and for a form variant. For the form view a field uses a colon, though there is an expected difference between the way French and English expect them to behave. In English the colon is stuck to the label, while in French a space is expected between the label and the colon:
My Label:
My Label :
Beyond rolling our own function for this, I am curious whether something exists out of the box for this, that I might have missed in the documentation?
Note, if we weren't re-using the label for the column headers, then we would simply throw in the colon into the text.
One approach I am looking at (though not sure if there is a better solution):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a bilingual English/French website and we use the same message for both the table variant of a view and for a form variant. For the form view a field uses a colon, though there is an expected difference between the way French and English expect them to behave. In English the colon is stuck to the label, while in French a space is expected between the label and the colon:
My Label:My Label :Beyond rolling our own function for this, I am curious whether something exists out of the box for this, that I might have missed in the documentation?
Note, if we weren't re-using the label for the column headers, then we would simply throw in the colon into the text.
One approach I am looking at (though not sure if there is a better solution):
Beta Was this translation helpful? Give feedback.
All reactions