Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 46b7685

Browse files
CraigCraig
Craig
authored and
Craig
committed
manually tweak for new portal
1 parent d265923 commit 46b7685

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,4 @@ UpgradeLog*.htm
192192
# Microsoft Fakes
193193
FakesAssemblies/
194194

195+
.vscode/settings.json

TodoLocalized/README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: TodoLocalized (Xamarin.Forms)
3-
topic: sample
3+
description: 'This sample demonstrates a localized Todo list application where the data is stored and accessed in a local SQLite database.'
4+
page_type: sample
45
languages:
56
- csharp
67
products:
@@ -9,10 +10,9 @@ technologies:
910
- xamarin-forms
1011
urlFragment: todolocalized
1112
---
12-
TodoLocalized (Xamarin.Forms)
13-
=============
13+
# TodoLocalized (Xamarin.Forms)
1414

15-
A complete application that demonstrates the localization concepts from [this developer portal page](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/),
15+
A complete application that demonstrates the localization concepts from [this developer portal page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/localization/),
1616
and its [sample code](https://github.com/xamarin/xamarin-forms-samples/tree/master/UsingResxLocalization).
1717

1818
This sample uses [Multilingual App Toolkit (MAT) from Microsoft](https://dev.windows.com/en-us/develop/multilingual-app-toolkit) (specifically the [v4.0 Technical Preview](https://visualstudiogallery.msdn.microsoft.com/6dab9154-a7e1-46e4-bbfa-18b5e81df520))to localize a Xamarin.Forms application for iOS, Android, and the Universal Windows Platform. You do NOT need MAT to build or run this sample.
@@ -25,10 +25,4 @@ You can learn about MAT here:
2525

2626
* [Download Multilingual App Toolkit (MAT) v4.0 for Windows](https://visualstudiogallery.msdn.microsoft.com/6dab9154-a7e1-46e4-bbfa-18b5e81df520)
2727

28-
2928
**MAT** stores language information in [XLIFF](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xliff) (.xlf) files which are parsed into RESX files at build time. It is the RESX files that are loaded by the application to render the translated user-interface. The XLIFF files are **edited in Visual Studio** and the build step that transforms them only runs there, so language data should only be edited on Windows... luckily this runs in Visual Studio Express. You can then push your app (including the generated RESX files) into source control - they'll work fine for iOS, Android, and the Universal Windows Platform projects.
30-
31-
_Note_: This sample may not work on Xamarin Live Player due to dependency on SQLite.
32-
33-
34-
Learn more about Xamarin Live Player limitations [here](https://developer.xamarin.com/guides/cross-platform/live/limitations/#Limitations)

TodoLocalizedRTL/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: TodoLocalized RTL (Xamarin.Forms)
3-
topic: sample
3+
description: 'This sample demonstrates a localized Todo list application where the data is stored and accessed in a local SQLite database, with right-to-left text.'
4+
page_type: sample
45
languages:
56
- csharp
67
products:
@@ -9,8 +10,7 @@ technologies:
910
- xamarin-forms
1011
urlFragment: todolocalizedrtl
1112
---
12-
TodoLocalized RTL (Xamarin.Forms)
13-
=============
13+
# TodoLocalized RTL (Xamarin.Forms)
1414

1515
This sample demonstrates how to right-to-left localize Xamarin.Forms apps.
1616

0 commit comments

Comments
 (0)