Bug 331969

Summary: "Switch Application Language" does not affect systray notifications
Product: [Applications] kmail2 Reporter: Bernhard Scheirle <bernhard+kde>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: krammer, montel
Priority: NOR    
Version: 4.12.3   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bernhard Scheirle 2014-03-10 14:27:24 UTC
Switching the language of KMail via
Help -> Switch Application Language
does not affect the language of systray notifications.

Reproducible: Always

Steps to Reproduce:
1. Switch language
2. Send an email
Actual Results:  
The notification of a successful delivery is still in your default language.

Expected Results:  
The notification of a successful delivery (and all other notifications) is in the selected language.
Comment 1 Laurent Montel 2014-03-10 15:21:48 UTC
Not sure if it's possible to do it.
There is two process:
- KMail
- newmailnotifier

=> you change it in kmail but it will not change other process...
Comment 2 Bernhard Scheirle 2014-03-11 15:29:19 UTC
Wouldn't it possible to simply restart newmailnotifier with the language prefix, eg "LANG=de_DE.UTF-8 newmailnotifier" ?
Comment 3 Kevin Krammer 2014-03-11 16:31:41 UTC
I think what Laurent is says is that the notifications are in the language of the workspace, since their trigger is not one single application in particular.

Like when you copy files and you get a progress notification, it is always the same kind of notification no matter if you started the copy in Dolphin or Konqueror or through kioclient in a terminal.

Similar any program sending a mail, e.g. KOrganizer when sending out event invitations, will do that through the same service and trigger the same "mail sent" notification popup.
Comment 4 Laurent Montel 2014-03-23 12:52:00 UTC
For me it's not possible to fix it.