Spanish translation won't appear

I have a surfaceGUI where the spanish translation just won’t appear. Everything is fine with the .csv table. If I try to copy and paste the text that should be translated onto a different surfacegui it does get translated. I have seen it in a few other places in my game as well. I isolated the problem to a seperate place with a localizationtable that only contained the sentences that are used in the surfacegui, and the problem still persists. There are no scripts altering the text as well.Problem with translation.rbxl (24.7 KB)

1 Like

Why did you post this in bug reports ~10m after already creating this thread? You know you can change topic categories via the topic name bar.

1 Like

Your Gui is using TextBoxes. TextBoxes will not be translated because they are meant for user input.

If you are not using them for user input you should switch them out for TextLabels instead!

3 Likes