translatable
Appends a translatable component with the specified translation key.
Return
this component builder for chaining
Parameters
the translation key
Appends a translatable component with component arguments. The arguments will be substituted into the translation pattern.
Return
this component builder for chaining
Parameters
the translation key
the component arguments for the translation
Appends a translatable component with the specified translation key and a list of component arguments.
Return
this component builder for chaining
Parameters
the translation key
the list of component arguments for the translation
Appends a translatable component with arguments built using a consumer lambda.
Return
this component builder for chaining
Parameters
the translation key
the consumer lambda that builds component arguments
Appends a translatable component with the specified translation key and style.
Return
this component builder for chaining
Parameters
the translation key
the style to apply to the translatable component
Appends a translatable component with the specified translation key, style, and component arguments.
Return
this component builder for chaining
Parameters
the translation key
the style to apply to the translatable component
the component arguments for the translation
Appends a translatable component with the specified translation key, style, and list of arguments.
Return
this component builder for chaining
Parameters
the translation key
the style builder to apply to the translatable component
the list of component arguments for the translation
Appends a styled translatable component with arguments built using a nested component builder scope.
Return
this component builder for chaining
Parameters
the translation key
the style builder to apply to the translatable component
the consumer lambda that builds component arguments
Extension property to append this string as a translatable component. Uses this string as the translation key for localized text.