I use notification service extension to modify content of user notifications, especially localizing it's content as well as sound file.
This works as expected, extension simply inherits system language. Since iOS 13 it is possible to set app specific preferred language in app's settings. In this case however service extension ignores preferred language and still uses the system language.
Is this a bug? Or am I doing something wrong? I can overcome this with a workaround but I guess there should a legal way to achieve this.