<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:local="clr-namespace:NewResourceLearning"
             xmlns:res="clr-namespace:NewResourceLearning.Helpers.Resources"
             x:Class="NewResourceLearning.MainPage">

    <StackLayout>
        <Label Text="{res:Translate Mystringcall1}" FontSize="Medium" TextColor="Black"
                               VerticalOptions="CenterAndExpand"
                               VerticalTextAlignment="Center"
                               Margin="20,0"
                               HorizontalOptions="FillAndExpand"
                           HorizontalTextAlignment="Start"/>
        <Label Text="{res:Translate Mystringcall2}" FontSize="Medium" TextColor="Black"
                               VerticalOptions="CenterAndExpand"
                               VerticalTextAlignment="Center"
                               Margin="20,0"
                               HorizontalOptions="FillAndExpand"
                           HorizontalTextAlignment="Start"/>
    </StackLayout>

</ContentPage>