From 1fc6e914476ba12be1f7f9a0448ca5748810d6cd Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 26 Sep 2017 16:37:18 -0500 Subject: [PATCH] Add support disclaimer --- aspnetcore/fundamentals/portable-object-localization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/fundamentals/portable-object-localization.md b/aspnetcore/fundamentals/portable-object-localization.md index ee6df7d260..0ec53aec1c 100644 --- a/aspnetcore/fundamentals/portable-object-localization.md +++ b/aspnetcore/fundamentals/portable-object-localization.md @@ -17,6 +17,8 @@ By [Sébastien Ros](https://github.com/sebastienros) and [Scott Addie](https://t This article walks through the steps for using Portable Object (PO) files in an ASP.NET Core application with the [Orchard Core](https://github.com/OrchardCMS/OrchardCore) framework. +**Note:** Orchard Core is not a Microsoft product. Consequently, Microsoft provides no support for this feature. + [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/fundamentals/localization/sample/POLocalization) ## What is a PO file?