Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 1.51 KB

File metadata and controls

46 lines (44 loc) · 1.51 KB
title Internationalization | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
c.international
dev_langs
C++
helpviewer_keywords
localization, routines for
locale-dependent routines
internationalization routines
international applications, run-time routines for
ms.assetid ee536a04-3558-4729-8e10-6dabcde055fd
caps.latest.revision 8
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Internationalization

The Microsoft run-time library provides many routines that are useful for creating different versions of a program for international markets. This includes locale-related routines, wide-character routines, multibyte-character routines, and generic-text routines. For convenience, most locale-related routines are also categorized in this reference according to the operations they perform. In this section and in the alphabetic reference, multibyte-character routines and wide-character routines are described with single-byte-character counterparts, where they exist.

Also included are the ISO646 operator alternatives.

See Also

Run-Time Routines by Category