Exclude localized assemblies

1156
2
Jump to solution
10-08-2020 04:39 AM
BjørnarSundsbø1
Occasional Contributor II

Hi,

When building a project with the ArcGISRuntime, localization files are copied to build output. I was hoping for an option to add a property to my project file to only include language for only those languages I want, rather than all of them being copied to the output folder. Is that something that sounds reasonable to add to an upcoming version?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

Try adding this to a PropertyGroup in your project file with the languages you want:

<SatelliteResourceLanguages>en;de</SatelliteResourceLanguages>

View solution in original post

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

Try adding this to a PropertyGroup in your project file with the languages you want:

<SatelliteResourceLanguages>en;de</SatelliteResourceLanguages>
0 Kudos
BjørnarSundsbø1
Occasional Contributor II

Ahh, nice. Thanks.

0 Kudos