...
Multi-language banners are supported via simple header additions to mail prior to processing through INKY. To add another language to a subset of mail on M365 follow the steps below. While these steps are geared towards Microsoft 365 the same logic could be applied to any product handling mail prior to INKY.
Microsoft 365
Navigate to https://admin.exchange.microsoft.com/#/transportrules
Select “Add a new rule”
Name: IPW - {Language}
Apply this rule if… (you can choose whatever you’d like but some examples are below)
The recipient is a member of… a group for individuals you want to get a specific language
The recipient’s specified properties include any of these words… (Key off an AD attribute)
The recipient is… an exact list of users
Do the following…
The recipient is located…
Inside the Organization
Set the message header to this value… Set the message header
x-inky-lang
to the valuelanguageCode
if you wanted Arabic you would set the value toar
Save the rule
Ensure that the rule sits just after the
IPW Organizational Unit
block of rulesEdit the
...
IPW Mail for Outbound Processing
ruleModify “The subject or body matches” to
/report\?id=
...
Language Codes
Code Block |
---|
{ "ar": { "iso": "Arabic", "native": "العربية" }, "bg": { "iso": "Bulgarian", "native": "български език" }, "cs": { "iso": "Czech", "native": "čeština" }, "da": { "iso": "Danish", "native": "dansk" }, "de": { "iso": "German", "native": "Deutsch" }, "el": { "iso": "Greek", "native": "ελληνικά" }, "en-gb": { "iso": "English (Britain)", "native": "British English" }, "en-us": { "iso": "English (United States)", "native": "American English" }, "es-es": { "iso": "Spanish (Spain)", "native": "Español de España" }, "es-mx": { "iso": "Spanish (Mexico)", "native": "Español Mexicano" }, "fa": { "iso": "Persian / Farsi", "native": "فارسی" }, "fi": { "iso": "Finnish", "native": "suomi" }, "fr": { "iso": "French", "native": "français" }, "he": { "iso": "Hebrew", "native": "עברית" }, "hi": { "iso": "Hindi", "native": "हिन्दी" }, "hr": { "iso": "Croatian", "native": "hrvatski jezik" }, "hu": { "iso": "Hungarian", "native": "magyar" }, "id": { "iso": "Indonesian", "native": "Bahasa Indonesia" }, "it": { "iso": "Italian", "native": "Italiano" }, "ja": { "iso": "Japanese", "native": "日本語" }, "ko": { "iso": "Korean", "native": "한국어" }, "lt": { "iso": "Lithuanian", "native": "lietuvių kalba" }, "nl": { "iso": "Dutch", "native": "Nederlands" }, "no": { "iso": "Norwegian", "native": "Norsk" }, "pl": { "iso": "Polish", "native": "język polski" }, "pt": { "iso": "Portugese (Portugal)", "native": "Português" }, "pt-br": { "iso": "Portuguese (Brazil)", "native": "português do Brasil" }, "ro": { "iso": "Romanian", "native": "Română" }, "ru": { "iso": "Russian", "native": "русский" }, "sk": { "iso": "Slovak", "native": "Slovenčina" }, "sr": { "iso": "Serbian", "native": "српски језик" }, "sv": { "iso": "Swedish", "native": "Svenska" }, "th": { "iso": "Thai", "native": "ไทย" }, "tr": { "iso": "Turkish", "native": "Türkçe" }, "uk": { "iso": "Ukranian", "native": "Українська" }, "vi": { "iso": "Vietnamese", "native": "Tiếng Việt" }, "zh": { "iso": "Chinese", "native": "中文" }, "zh-hk": { "iso": "Chinese (Cantonese / Hong Kong)", "native": "粵語" } } |
...