Hi all of you,
I can bind a resource from my view. LabelNombre does exist in my ApplicationStrings.resxof course, where am I failing?
This is my XAML:
<TextBlock TextWrapping="Wrap" Grid.Column="0" Grid.Row="3" Margin="3,5,33,4" FontWeight="Normal" Foreground="Black" Text="{Binding Path=Strings.LabelNombre, Source={StaticResource ApplicationResources}}" Height="20"/>
Text="{BindingPath=Strings.LabelNombre,Source={StaticResourceApplicationResources}}"Height="20"/>
Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF and SilverLight stuff