Skip to content

Commit f53859e

Browse files
Merge pull request #4664 from damabe/vdamabe-policheck2
Policheck updates | 2 (Bulk update)
2 parents a96d778 + c003120 commit f53859e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/c-runtime-library/locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Learn more about: Locale"
33
title: "Locale"
44
ms.date: "04/11/2018"
55
f1_keywords: ["c.international"]
6-
helpviewer_keywords: ["localization, locale", "country information", "language information routines", "setlocale function", "locale routines"]
6+
helpviewer_keywords: ["localization, locale", "country/region information", "language information routines", "setlocale function", "locale routines"]
77
---
88
# Locale
99

docs/preprocessor/setlocale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ no-loc: ["pragma"]
88
---
99
# `setlocale` pragma
1010

11-
Defines the *locale*, the country, region, and language to use when translating wide-character constants and string literals.
11+
Defines the *locale*, the country/region and language to use when translating wide-character constants and string literals.
1212

1313
## Syntax
1414

0 commit comments

Comments
 (0)