ChatL10nEn constructor
const
ChatL10nEn({})
Creates English l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nEn({
super.attachmentButtonAccessibilityLabel = 'Send media',
super.emptyChatPlaceholder = 'No messages here yet',
super.fileButtonAccessibilityLabel = 'File',
super.inputPlaceholder = 'Message',
super.sendButtonAccessibilityLabel = 'Send',
super.unreadMessagesLabel = 'Unread messages',
});