28 March 2017

Windows Store và Language: Images Country tự động thay đổi theo ngôn ngữ cài đặt trên máy

Run test với lựa chọn ngôn ngữ Tiếng Việt làm mặc định
Run test với lựa chọn ngôn ngữ English làm mặc định
Dưới đây là cấu trúc của project gồm có Images và Mainpage.xaml
MainPage.xaml
Windows Store 2017
<Page
    x:Class="DemoLan.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:DemoLan"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">

    <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
        
           <Image x:Name="image" Margin="370,175,381,178" d:LayoutOverrides="LeftPosition, RightPosition" Source="images/flag.png"/>

    </Grid>
</Page>

0 nhận xét:

Post a Comment

 

BACK TO TOP

Xuống cuối trang