--- source_files: - DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/StringResources.ja.Designer.cs - DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/TranslateExtension.cs - DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/StringResources.Designer.cs generated_at: "2026-04-17T15:54:29.404798+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "6473ce1c8faeb7d4" --- # Documentation: DTS.Viewer.TestSummaryList.Resources ## 1. Purpose This module provides localization infrastructure for the DTS Viewer TestSummaryList feature. It consists of a strongly-typed resource accessor class (`StringResources`) that wraps .NET resource manager functionality for retrieving localized UI strings, and a XAML markup extension (`TranslateExtension`) that enables declarative resource lookups directly in XAML bindings. The module centralizes all user-facing text for test summary operations including browsing, sorting, filtering, and displaying test metadata. --- ## 2. Public Interface ### `TranslateExtension` (public class) **Namespace:** `DTS.Viewer.TestSummaryList` **Inheritance:** `MarkupExtension` A XAML markup extension for retrieving localized strings from the resource manager. | Member | Signature | Description | |--------|-----------|-------------| | Constructor | `TranslateExtension(string key)` | Initializes the extension with the resource key to look up. | | `ProvideValue` |