diff --git a/README.md b/README.md index 7d3f6c9..48fca6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -mg src="Screenshots/icon.png" alt="icon" width="64px" > +icon # Plugin.Localization Build cross-platform multilingual applications with Xamarin.Forms using the built-in .NET localization framework. @@ -21,20 +21,21 @@ Build cross-platform multilingual applications with Xamarin.Forms using the buil Add Resource file - +Add Resource File Add Resource per language. - +Resource Per Language ### Localizing XAML Set the Resource to Public - +Resource To Public How to use in XAML +Localizing XAML ### Code Change. diff --git a/Screenshots/AddResourceFile.png b/Screenshots/AddResourceFile.png new file mode 100644 index 0000000..9ed560e Binary files /dev/null and b/Screenshots/AddResourceFile.png differ diff --git a/Screenshots/LocalizingXAML.png b/Screenshots/LocalizingXAML.png new file mode 100644 index 0000000..20cc4da Binary files /dev/null and b/Screenshots/LocalizingXAML.png differ diff --git a/Screenshots/ResourcePerLanguage.png b/Screenshots/ResourcePerLanguage.png new file mode 100644 index 0000000..f26d1d6 Binary files /dev/null and b/Screenshots/ResourcePerLanguage.png differ diff --git a/Screenshots/ResourceToPublic.png b/Screenshots/ResourceToPublic.png new file mode 100644 index 0000000..92fb128 Binary files /dev/null and b/Screenshots/ResourceToPublic.png differ