diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-02-28 16:56:01 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 07:57:55 -0800 |
| commit | a4be3486b60d232b546f438bc4bd7a4a80cf330c (patch) | |
| tree | ee9dcba4476e4a4bee2a24e397612f816883cecf /src/WixToolset.Core/ILocalizer.cs | |
| parent | a4cd45daef6b6705c0fcf2296e2a78427f702b30 (diff) | |
| download | wix-a4be3486b60d232b546f438bc4bd7a4a80cf330c.tar.gz wix-a4be3486b60d232b546f438bc4bd7a4a80cf330c.tar.bz2 wix-a4be3486b60d232b546f438bc4bd7a4a80cf330c.zip | |
Expose WixVariableResolver via WixToolsetServiceProvider
Diffstat (limited to 'src/WixToolset.Core/ILocalizer.cs')
| -rw-r--r-- | src/WixToolset.Core/ILocalizer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/ILocalizer.cs b/src/WixToolset.Core/ILocalizer.cs index f15d9ba7..ba39dd5c 100644 --- a/src/WixToolset.Core/ILocalizer.cs +++ b/src/WixToolset.Core/ILocalizer.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 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 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
| 4 | { | 4 | { |
| @@ -6,7 +6,7 @@ namespace WixToolset.Core | |||
| 6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
| 7 | 7 | ||
| 8 | /// <summary> | 8 | /// <summary> |
| 9 | /// Parses localization files and localizes database values. | 9 | /// Parses localization source files. |
| 10 | /// </summary> | 10 | /// </summary> |
| 11 | public interface ILocalizer | 11 | public interface ILocalizer |
| 12 | { | 12 | { |
