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: README.md
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,21 +119,28 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
119
119
120
120
This is an example of how to localize the `Content` of a `Button`.
121
121
122
-
First, we need to asign an `Uid` to the `Button`.
122
+
First asign an `Uid` to the `Button`, then in each language resources file, add an item that corresponds to the `Uid`.
123
+
124
+
You can also have multiple string resources files. For example, besides the default **Resources.resw** file, you can have a **Messages.resw** for your messages file.
125
+
To just need to include `/<resources-file-name>/` before the string resource identifier.
0 commit comments