Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,35 @@
---
title: "Globalization and Localization"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "WPF [WPF], globalization"
- "Windows Presentation Foundation [WPF], globalization"
- "globalization [WPF]"
- "localization [WPF]"
- "WPF [WPF], localization"
- "Windows Presentation Foundation [WPF], localization"
ms.assetid: e96f9764-4e3f-4d1c-bf20-3fb890118aae
---
# Globalization and Localization
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] provides extensive support for the development of world-ready applications.
## In This Section
[WPF Globalization and Localization Overview](wpf-globalization-and-localization-overview.md)
[Globalization for WPF](globalization-for-wpf.md)
[Use Automatic Layout Overview](use-automatic-layout-overview.md)
[Localization Attributes and Comments](localization-attributes-and-comments.md)
[Bidirectional Features in WPF Overview](bidirectional-features-in-wpf-overview.md)
[How-to Topics](how-to-localize-an-application.md)
## Reference
<xref:System.Globalization>
<xref:System.Windows.FrameworkElement.FlowDirection%2A>
<xref:System.Resources.NeutralResourcesLanguageAttribute>
[xml:lang Handling in XAML](/dotnet/desktop-wpf/xaml-services/xml-language-handling)
## Related Sections