IVCWizCtlUI.GetLangAbbrevFromLCID(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'abréviation de langue spécifiée par l'ID de paramètres régionaux.
public:
System::String ^ GetLangAbbrevFromLCID(System::UInt32 dwLCID);
public:
Platform::String ^ GetLangAbbrevFromLCID(unsigned int dwLCID);
std::wstring GetLangAbbrevFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743875)]
public string GetLangAbbrevFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743875)>]
abstract member GetLangAbbrevFromLCID : uint32 -> string
Public Function GetLangAbbrevFromLCID (dwLCID As UInteger) As String
Paramètres
- dwLCID
- UInt32
Obligatoire. ID de paramètres régionaux. Consulter le graphique LCID (Locale ID Chart) pour obtenir une liste des ID de paramètres régionaux.
Retours
Chaîne contenant l'abréviation de la langue.
- Attributs
Remarques
1033 retourne ENU pour l’anglais.