SPLanguage.LCID property

Gets the locale identifier (LCID) for the language.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property LCID As Integer
    Get
'Usage
Dim instance As SPLanguage
Dim value As Integer

value = instance.LCID
public int LCID { get; }

Property value

Type: System.Int32
A 32-bit integer that specifies the LCID.

Remarks

The following table shows the LCID for each language.

LCID

Language

1025

Arabic

1046

Brazilian

1026

Bulgarian

1027

Catalan

2052

Chinese - Simplified

1028

Chinese - Traditional

1050

Croatian

1029

Czech

1030

Danish

1043

Dutch

1033

English

1061

Estonian

1035

Finnish

1036

French

1031

German

1032

Greek

1037

Hebrew

1081

Hindi

1038

Hungarian

1040

Italian

1041

Japanese

1087

Kazakh

1042

Korean

1062

Latvian

1063

Lithuanian

1044

Norwegian

1045

Polish

2070

Portuguese

1048

Romanian

1049

Russian

2074

Serbian

1051

Slovak

1060

Slovenian

1034

Spanish

1053

Swedish

1054

Thai

1055

Turkish

1058

Ukrainian

See also

Reference

SPLanguage class

SPLanguage members

Microsoft.SharePoint namespace