This question is locked. New answers and comments are not allowed.
<TextBlock Text="{Binding Path=Resx.My_name, Source={StaticResource Resources}}" Grid.Column="0" Grid.Row="2" HorizontalAlignment="Left" Margin="{StaticResource PhoneHorizontalMargin}"/> <telerikInput:RadListPicker x:Name="myVariable" Grid.Column="0" Grid.Row="3" Margin="{StaticResource PhoneHorizontalMargin}" VerticalAlignment="Top" SelectionMode="Single"> <telerikInput:RadListPicker.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock TextWrapping="Wrap" Text="{Binding Name123}" /> </StackPanel> </DataTemplate> </telerikInput:RadListPicker.ItemTemplate> </telerikInput:RadListPicker>
RadListPicker:
* English
* French
* German
How do I call a function when you select one language from the RadListPicker?