Hi,
When you open a recurrence appointment the dialog who ask for open event or serie is not well translated in French.
The RadioButton are :
Ouvrir cetévénement
Ouvrir lasérie
Missing a space between last word, must be :
Ouvrir cet événement
Ouvrir la série
For information the resourcekey are provided here :
<RadioButton AutomationProperties.AutomationId="OpenOccurrenceRB" Margin="3" telerik:LocalizationManager.ResourceKey="OpenOccurrence" GroupName="RecurrenceModeChoice" IsChecked="{Binding IsOccurrenceModeSelected, Mode=TwoWay}"/><RadioButton AutomationProperties.AutomationId="OpenSeriesRB" Margin="3" telerik:LocalizationManager.ResourceKey="OpenSeries" GroupName="RecurrenceModeChoice" IsChecked="{Binding IsSeriesModeSelected, Mode=TwoWay}"/>
Regards
Luc