This question is locked. New answers and comments are not allowed.
                        
                        Hi to all,
I'm set on App the CurrentCulture and CurrentUICulture, but not all Keys are been translated
What's happend?
                                I'm set on App the CurrentCulture and CurrentUICulture, but not all Keys are been translated
public App()   {       System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo( "nl" );       System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo( "nl" );
in attached png file you can see that the keys: Day, Week, Month and Timeline are not in "nl" culture but in "it" culture.What's happend?