File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
articles/cognitive-services/text-analytics Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ manager: nitinme
6
6
ms.service : cognitive-services
7
7
ms.subservice : text-analytics
8
8
ms.topic : include
9
- ms.date : 01/15 /2020
9
+ ms.date : 02/24 /2020
10
10
ms.author : aahi
11
11
ms.reviewer : assafi
12
12
---
@@ -44,6 +44,7 @@ Open the *program.cs* file and add the following `using` directives:
44
44
45
45
``` csharp
46
46
using System ;
47
+ using System .Globalization ;
47
48
using Azure .AI .TextAnalytics ;
48
49
```
49
50
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : text-analytics
10
10
ms.topic : quickstart
11
- ms.date : 01/23 /2020
11
+ ms.date : 02/24 /2020
12
12
ms.author : aahi
13
13
zone_pivot_groups : programming-languages-text-analytics
14
14
---
You can’t perform that action at this time.
0 commit comments