ChatL10nSe constructor
const
ChatL10nSe({})
Creates Swedish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nSe({
super.attachmentButtonAccessibilityLabel = 'Skicka media',
super.emptyChatPlaceholder = 'Inga meddelanden än',
super.fileButtonAccessibilityLabel = 'Fil',
super.inputPlaceholder = 'Meddelande',
super.sendButtonAccessibilityLabel = 'Skicka',
super.unreadMessagesLabel = 'Olästa meddelanden',
});