Logo für App
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user