You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/managing-application-resources-dotnet.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Starting with Visual Studio 2022 version 17.11, the resources explorer has been
44
44
45
45
To use the new Resource Explorer, you need to have a .NET project that contains one or more resource files (`.resx`). To open the Resource Explorer, right-click on any resource file in the Solution Explorer and select **Open With** > **Resource Explorer**. Alternatively, you can use the keyboard shortcut **Ctrl**+**Alt**+**R**.
46
46
47
-
When you open the new Resource Explorer, on the left side, you see an overview of all the resources you’ve stored alongside the locales for each file. You can configure which locales are visible in the datagrid. This streamlined interface allows you to compare translations side by side and even edit them in place.
47
+
When you open the new Resource Explorer, on the left side, you see an overview of all the resources you’ve stored alongside the locales for each file. You can configure which locales are visible in the datagrid. This interface allows you to compare translations side-by-side and edit them in place.
48
48
49
49
:::image type="content" alt-text="Screenshot of the grid view of resources." source="media/vs-2022/resources-explorer/grid-view.png" lightbox="media/vs-2022/resources-explorer/grid-view.png":::
50
50
@@ -88,15 +88,13 @@ Missing translations are another common issue that can affect the user experienc
88
88
89
89
:::image type="content" alt-text="Screenshot of the Resources Explorer when a missing translation is detected." source="media/vs-2022/resources-explorer/missing-translation.png" lightbox="media/vs-2022/resources-explorer/missing-translation.png":::
90
90
91
-
### Customize the accessibility and settings
92
-
93
-
You can customize the accessibility and UI settings of the Resource Explorer, to suit your preferences and needs.
91
+
### Customization options
94
92
95
93
The Resource Explorer in Visual Studio 2022 and later is compatible with screen readers and assistive technology, to make it more accessible for developers with visual impairments or disabilities. You can use keyboard shortcuts to navigate through the data grid, edit values and comments, and perform common actions. You can also use the narrator to read each cell's contents, as well as the tooltips and warnings.
96
94
97
-
You can adjust the zoom level to change the size of cells and text in the data grid. You can use the zoom slider on the toolbar, or the keyboard shortcuts **Ctrl**+**=** and **Ctrl**+**-**, to zoom in or out. You can also use the **Ctrl**+**0** shortcut to reset the zoom level to default.
95
+
To adjust the zoom level, use the zoom slider on the toolbar, or the keyboard shortcuts **Ctrl**+**=** and **Ctrl**+**-**, to zoom in or out. Use **Ctrl**+**0** to reset the zoom level to default.
98
96
99
-
The theme for the Resource Explorer is consistent with the rest of the Visual Studio environment. You can choose between light, dark, or blue themes, and the Resource Explorer UI will adapt accordingly. You can also change the font and colors of the data grid, by using the **Tools** > **Options** > **Environment** > **Fonts and Colors dialog**.
97
+
The theme for the Resource Explorer is consistent with the rest of the Visual Studio environment. You can choose between light, dark, or blue themes, and the Resource Explorer will adapt accordingly. You can also change the font and colors of the data grid, by using the **Tools** > **Options** > **Environment** > **Fonts and Colors dialog**.
0 commit comments