Expand Minimize

Deploy all necessary .resx files for the supported locales

For each supported locale in element 'SupportedLocales' a corresponding .resx file must be exist in the App.

CheckId SPC071011
TypeName DeployDefinedResourcesFiles
Severity Error
Type App

Create the missing .resx file with the correct name and add it to the App.
Sample: The following code defines the locales 'en-us' and 'ja-jp'. Therefore the files 'Resources.en-us.resx' and 'Resources.ja-jp.resx' must be contained in the App package.

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

A common issue arises if the .resx files are contained in the package but they are not correctly linked to the AppManifest.xml according to the ZIP scheme.

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.