Hi,
I am trying to dynamically changed the UILocalize key after it has already been created but UILocalize doesn't pickup the change. If I disable and renable the object, it will work fine.
I can use Localization.Get but that would defeat the purpose of having a UILocalize on my labels
Another alternative i'd like to avoid would be to call SendMessage("OnLocalize") on my UILocalize component
Why not having key beeing a property that would call OnLocalize upon a set ?
Thank you