Logo für App

This commit is contained in:
2026-03-05 12:32:33 +01:00
parent 9207d5e8d6
commit 7603469aae
6 changed files with 326 additions and 3 deletions

View File

@@ -6,9 +6,12 @@
Title="ReservierungssuchePage"
Background="{DynamicResource PageBackground}">
<!--Implementierung mit Unterstützung durch ChatGPT
Datum: 17.02.2026
Prompt sinngemäß: Как реализовать многоязычный Placeholder для DatePickerTextBox в WPF с использованием ресурсов (.resx) и привязки к текущей CultureInfo, чтобы текст обновлялся при смене языка приложения?-->
<Page.Resources>
<!-- Стиль для внутреннего DatePickerTextBox -->
<!-- Style für Innertext DatePickerTextBox -->
<Style TargetType="DatePickerTextBox">
<Setter Property="Template">
<Setter.Value>
@@ -16,7 +19,7 @@
<Grid>
<ScrollViewer x:Name="PART_ContentHost"/>
<!-- Наш placeholder -->
<!-- placeholder -->
<TextBlock
Text="{x:Static properties:Resources.SelectDate}"
Foreground="Gray"