How to localize (eg. en, fr) text buttons (pause, resume and cancel) on iOS and on TaskNotification text (title and description) properly ? #461
-
Hello there, anyone can help me with this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
To localize the button text in iOS notifications, use
will change the text 'Cancel' to read 'StopIt' on iOS notifications that show a cancel button. You can only localize the words 'Cancel', 'Pause' and 'Resume'. As for the TaskNotification text, you set those as a developer so you can use any language you want, including using Flutter's standardized localization approach. |
Beta Was this translation helpful? Give feedback.
-
No, you cannopt enter multiple entries under the same key, you have to set the value based on the locale, eg:
|
Beta Was this translation helpful? Give feedback.
No, you cannopt enter multiple entries under the same key, you have to set the value based on the locale, eg: