Expand Minimize

Define element 'SupportedLocales' in Apps

Localization support information is required in apps for SharePoint store through element 'SupportedLocales'.

CheckId SPC161021
TypeName DefineSupportedLocales
Severity Error
Type App

Define the element 'SupportedLocales' in AppManifest.xml and add supported locale information as childs.
Sample:

<App ...>
   ...
      <Properties>
         <SupportedLocale CultureName="en-us" />
         <SupportedLocale CultureName="ja-jp" />
      </Properties>
</App>

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.