PlaceholderText does not get automatically localized

Currently, it does not seem like PlaceholderText is not affected by AutoLocalize.

Picture is a comparison of two text objects with the source text “Play” translated to German. Top object is a TextBox with PlaceholderText set to “Play”. Bottom is a TextLabel with the Text property set to “Play”
image

2 Likes

Dont follow. Is it that Textbox text dont get localized in general?

Yes, that is the case, and that makes sense for user input (the Text property) but does not make sense for the placeholder text that appears before typing (the PlaceholderText property). Developers would want to show a localized placeholder string to players, not always the source one.

5 Likes

Yes, this is a known bug, and will be fixed soon. Thanks for the report! If you have other feedback about our localization, I’d love to hear them

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.