CB: Translation eingebaut
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<UserControl x:Class="BeWo.View.Controls.MultiSupportConceptSelectionControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:localsearch="clr-namespace:BeWo.View.Search">
|
||||
xmlns:localsearch="clr-namespace:BeWo.View.Search"
|
||||
xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup">
|
||||
<UserControl.Resources>
|
||||
<Style x:Key="MultiSupportConceptSelectionControlStyle" TargetType="{x:Type ListBoxItem}">
|
||||
<Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorLevel=1, AncestorType={x:Type ItemsControl}, Mode=FindAncestor}}" />
|
||||
@@ -91,7 +92,7 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="*" />
|
||||
</Grid.RowDefinitions>
|
||||
<Label x:Name="labelTitle" Content="Ausgewählte Hilfepläne" FontSize="12" FontWeight="Bold" />
|
||||
<Label x:Name="labelTitle" Content="{markup:Translate Ausgewählte Hilfepläne}" FontSize="12" FontWeight="Bold" />
|
||||
<Button x:Name="btnAddGroup" HorizontalAlignment="Right" Click="btnAddGroup_Click" Height="21" Width="45" Margin="0,0,48,3" ToolTip="Gruppe hinzufügen">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Grid Width="18" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
|
||||
Reference in New Issue
Block a user