Search code examples
javascriptms-officeoffice365multilingualoffice-app

Multilingual Office 365 App


I want to write an app for Office 365 with the JavaScript API. Now I have some trouble with making it available in multiple languages. I did not found an official statement how to implement this.

Any ideas or suggestions?


Solution

  • There are some localization options available to you, such as:

    • Evaluating Context.displayLanguage
    • Setting locale-specific html pages in the SourceLocation element in the manifest
    • Use Ajax to provide separate client script files for each locale

    See the guidelines here: https://msdn.microsoft.com/EN-US/library/fp161083.aspx