Code: Select all
UIManager.UIAll.StatusMessage = TextLib::Compose("%1 : %2 -", _("TextLibCompose test"), "Text");
UIManager.UIAll.SendChat(TextLib::Compose("%1 : %2 -", _("TextLibCompose test"), "Text"));
But in the chat it is not correct:

Code: Select all
UIManager.UIAll.StatusMessage = TextLib::Compose("%1 : %2 -", _("TextLibCompose test"), "Text");
UIManager.UIAll.SendChat(TextLib::Compose("%1 : %2 -", _("TextLibCompose test"), "Text"));
Code: Select all
TextLib::Compose(
_("$<%1$> takes the lead!"),
Event.Shooter.Name
)
Users browsing this forum: No registered users and 1 guest