<TabBar>
<Tab Title="About" Icon="icon_about.png">
<ShellContent Route="AboutPage" ContentTemplate="{DataTemplate local:AboutPage}" />
</Tab>
<Tab Title="{xct:Translate Items}"
Icon="icon_feed.png"
badge:Badge.Text="1"
badge:Badge.BackgroundColor="Red">
<ShellContent ContentTemplate="{DataTemplate local:ItemsPage}" />
</Tab>
</TabBar>
Steps to Reproduce
Example
test project