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/building.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ Note that this does **not** build using your machine-wide installed version of t
62
62
63
63
To create the Microsoft.Private.Winforms package, run `.\build -pack`
64
64
65
+
## Localization
66
+
67
+
If you need to add a new localization string or update an existing one, follow these steps:
68
+
69
+
- Modify `Resource\SR.resx` file adding or updating necessary strings in the project that contains the said strings. (It is often faster/easier to open SR.resx in an XML editor).
70
+
- Regenerate the localization files by rebuilding the solution/project from Visual Studio, or by executing `.\build.cmd` command. You can also build just the modified project by running `dotnet build` from the project's root.
0 commit comments