Outlook clients, unlike OWA, does not display the right locale-based text values.
Outlook clients must display the right locale-based text.
The current behavior is that Outlook clients do not display the locale-based text.
Instead it displays the default value.
@ElizabethSamuel-MSFT Thank you for understanding that I had to tag you on this one. But I hope this ticket gets some attention too. Thank you again.
@glr0221 Sure, no problem. Assigning to the team to take a look.
Thanks.
According to our documentation, the string overrides must specify the locale using the BCP 47 language tag format. So for French (from France), it should be "fr-fr", not "fr". So that's most-likely why the override strings are not being displayed for EverNote. Here's a link to our documentation : https://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/override
If you try another add-in, such as Translator for Outlook, the override strings are respected because the locale is specified in the correct format.
@exextoc @ElizabethSamuel-MSFT Thank you both for always taking time to answer my questions. I understand and will take a look at the manifest once I get to my MS machine later. The only other thing though, is that this behavior is not the same as the javascript addins. Would it be possible for the outlook-client team to take a look into the possibility of making the experience the same as the browser? Thank you and I hope that makes sense.
Localization for Office add-ins has a more complete description of the localization guidance and limitations:
If you need to localize for more than one area within a language family, such as de-de and de-at, we recommend that you use separate Override elements for each area. Using just the language name alone, in this case, de, is not supported across all combinations of Office client applications and platforms.
If you would like to suggest more consistent support, this would impact more clients than just Outlook. Please consider leaving some feedback on UserVoice here. Thanks!
@exextoc @ElizabethSamuel-MSFT
Sorry for the late response. I have been very busy these past few days. Thank you for the very clear response @exextoc. I am now following the BCP-47 syntax for the locale-codes. I based it on the Translator for Outlook manifest.
As for the request on consistent support, yes I will file this in the user voice later.
Thank you always for all your support and prompt responses. You have been very helpful to us. Thank you.
Most helpful comment
Localization for Office add-ins has a more complete description of the localization guidance and limitations:
If you would like to suggest more consistent support, this would impact more clients than just Outlook. Please consider leaving some feedback on UserVoice here. Thanks!