diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-06 15:30:16 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
commit | 7be5d94529c8419b4bd5da4dcd838795622643cb (patch) | |
tree | 671f4361b47e3f03a1cb71facb1c533a0119d5e1 /src/ext/Dependency/wixext | |
parent | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (diff) | |
download | wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.gz wix-7be5d94529c8419b4bd5da4dcd838795622643cb.tar.bz2 wix-7be5d94529c8419b4bd5da4dcd838795622643cb.zip |
Link localizations from WixExtensions the same as sections
Diffstat (limited to 'src/ext/Dependency/wixext')
-rw-r--r-- | src/ext/Dependency/wixext/DependencyExtensionData.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ext/Dependency/wixext/DependencyExtensionData.cs b/src/ext/Dependency/wixext/DependencyExtensionData.cs index 2f30c2bf..c3c8fc03 100644 --- a/src/ext/Dependency/wixext/DependencyExtensionData.cs +++ b/src/ext/Dependency/wixext/DependencyExtensionData.cs | |||
@@ -11,12 +11,6 @@ namespace WixToolset.Dependency | |||
11 | public sealed class DependencyExtensionData : BaseExtensionData | 11 | public sealed class DependencyExtensionData : BaseExtensionData |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// Gets the default culture. | ||
15 | /// </summary> | ||
16 | /// <value>The default culture.</value> | ||
17 | public override string DefaultCulture => "en-US"; | ||
18 | |||
19 | /// <summary> | ||
20 | /// Gets the contained .wixlib content. | 14 | /// Gets the contained .wixlib content. |
21 | /// </summary> | 15 | /// </summary> |
22 | /// <param name="symbolDefinitions">Strong typed symbold definitions.</param> | 16 | /// <param name="symbolDefinitions">Strong typed symbold definitions.</param> |