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/UI | |
| 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/UI')
| -rw-r--r-- | src/ext/UI/wixext/UIExtensionData.cs | 2 | ||||
| -rw-r--r-- | src/ext/UI/wixlib/WixUI_en-us.wxl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/ext/UI/wixext/UIExtensionData.cs b/src/ext/UI/wixext/UIExtensionData.cs index 32557029..349a5912 100644 --- a/src/ext/UI/wixext/UIExtensionData.cs +++ b/src/ext/UI/wixext/UIExtensionData.cs | |||
| @@ -7,8 +7,6 @@ namespace WixToolset.UI | |||
| 7 | 7 | ||
| 8 | public sealed class UIExtensionData : BaseExtensionData | 8 | public sealed class UIExtensionData : BaseExtensionData |
| 9 | { | 9 | { |
| 10 | public override string DefaultCulture => "en-US"; | ||
| 11 | |||
| 12 | public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) | 10 | public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) |
| 13 | { | 11 | { |
| 14 | symbolDefinition = null; | 12 | symbolDefinition = null; |
diff --git a/src/ext/UI/wixlib/WixUI_en-us.wxl b/src/ext/UI/wixlib/WixUI_en-us.wxl index c9904b61..a06f8b17 100644 --- a/src/ext/UI/wixlib/WixUI_en-us.wxl +++ b/src/ext/UI/wixlib/WixUI_en-us.wxl | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | <WixLocalization Culture="en-US" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 4 | <WixLocalization Culture="en-US" ExtensionDefaultCulture="yes" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 5 | <!-- _locID@Culture="en-US" _locComment="American English" --> | 5 | <!-- _locID@Culture="en-US" _locComment="American English" --> |
| 6 | <!-- _locID@Codepage="1252" _locComment="Windows-1252" --> | 6 | <!-- _locID@Codepage="1252" _locComment="Windows-1252" --> |
| 7 | 7 | ||
