formatAttribute

fun formatAttribute(id: String, attribute: String, args: FluentArgs? = null): String?(source)

Format an attribute of a message.

Delegates to FluentBundle.formatAttribute which uses the AST path (FluentMessage.getAttributeValue) rather than string concatenation.