How can you check when a Text UI has changed its LocalizedText
? Using TextLabel:GetPropertyChangedSignal("LocalizedText")
does not work. Neither does "ContentText"
or "Text"
fires.
Would like to know when a user changes language in game and the all the TextLabels update to a new language.