Methods
Sets the text of this label using a localization key.
Parameters
key
param1
Text to fill in for the first parameter, indicated by in the localized string.
param2
Text to fill in for the second parameter, indicated by in the localized string.
param3
Text to fill in for the third parameter, indicated by in the localized string.
param4
Text to fill in for the fourth parameter, indicated by in the localized string.
param5
Text to fill in for the fifth parameter, indicated by in the localized string.
Returns
Parameters
localizedString
count
param2
param3
param4
param5
Returns
Sets the text of this label using a LocalizedString object. You can get a LocalizedString object from the Strings table or Localization.TryGetString.
Parameters
localizedString
param1
Text to fill in for the first parameter, indicated by in the localized string.
param2
Text to fill in for the second parameter, indicated by in the localized string.
param3
Text to fill in for the third parameter, indicated by in the localized string.
param4
Text to fill in for the fourth parameter, indicated by in the localized string.
param5
Text to fill in for the fifth parameter, indicated by in the localized string.
Returns
Updated 4 days ago