Main Activity.cs
[Activity(Theme = "@style/MainTheme",Label = "@string/app_name" ,MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation , ScreenOrientation = ScreenOrientation.Portrait)]
Values-zh/Strings.xml
<resources>
<string name="app_name">斯瓦扬布大佛塔</string>
</resources>
AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="21" android:versionName="1.0.12"
android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="29" />
<application android:label="Swayambhu" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
</manifest>
Localized values directory was created as follow this tutorial but two apps deploy in device. one with localize app's name and another app's name was follow application name in android manifest.