View Issue Details

IDProjectCategoryView StatusLast Update
0023345mantisbtemailpublic2017-09-12 09:18
Reporterdzaggiel Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version2.5.1 
Summary0023345: Email notification (reset password / new user) in different language
Description

Hi we use mantis in polish language but we have users who are using english. But when we send for them email with reset password or when created for them account then they will receive a notification in polish language not in english. Is there an option to change this easily?

TagsNo tags attached.

Activities

atrol

atrol

2017-09-12 04:36

developer   ~0057692

when we send for them email with reset password

I was not able to reproduce the issue.
Are you sure your users have set language to "English"?
Maybe the language is set to "Auto".

dzaggiel

dzaggiel

2017-09-12 05:04

reporter   ~0057694

Yes i changed to English sorry for that. But what about creating new user and notification for him? I can't change in what language i want send notification. Default is polish.

atrol

atrol

2017-09-12 06:23

developer   ~0057698

But what about creating new user and notification for him? I can't change in what language i want send notification

Set severity to feature as this would require an additional field on the page to choose the language.

Default is polish.

Default is the language of the user who creates the user

dzaggiel

dzaggiel

2017-09-12 09:18

reporter   ~0057699

Yes i know that we need new additional field.

I tried to modify manage_user_create_page.php and add some code

<code>
<tr>
<td class="category">
<?php echo lang_get ( 'language' ) ?>
</td>
<td>
<select id="language" name="language" class="input-sm">
<?php print_language_option_list( $t_pref->language ) ?>
</select>
</tr>
</code>

But this doesn't work.