PSSupportedLanguages class

Contains utility methods for language support in Project Server.

Inheritance hierarchy

System.Object
  Microsoft.Office.Project.Server.Library.PSSupportedLanguages

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Class PSSupportedLanguages
'Usage
Dim instance As PSSupportedLanguages
public class PSSupportedLanguages

Remarks

Project Server supports the languages that are shown in Table 1. The Project Server databases use an integer to identify a language, which is the same as the language code identifier (LCID) for a specific language culture. Table 1 shows each LCID as an integer and in hexadecimal format. The two-letter ISO name is the language ID, which is the language component of the LCID. The culture name consists of the language ID and the country/region code.

For more information and to download the [MS-LCID].pdf file with a list of LCIDs, see [MS-LCID]: Windows Language Code Identifier (LCID) Reference.

Table 1. Languages that are supported by Project Server

Language

Culture name

Two-letter ISO name

LCID

Arabic

ar-SA

ar

1025
0x0401

Czech

cs-CZ

cs

1029
0x0405

Danish

da-DK

da

1030
0x0406

German

de-DE

de

1031
0x0407

Greek

el-GR

el

1032
0x0408

English

en-US

en

1033
0x0409

Spanish

es-ES

es

3082
0x0coa

Finnish

fi-FI

fi

1035
0x040b

French

fr-FR

fr

1036
0x040c

Hebrew

he-IL

he

1037
0x040d

Hungarian

hu-HU

hu

1038
0x040e

Italian

it-IT

it

1040
0x0410

Japanese

ja-JP

ja

1041
0x0411

Korean

ko-KR

ko

1042
0x0412

Dutch

nl-NL

nl

1043
0x0413

Norwegian (Bokmål)

nb-NO

nb

1044
0x0414

Polish

pl-PL

pl

1045
0x0415

Portuguese, Brazil

pt-BR

pt

1046
0x0416

Portuguese, Portugal

pt-PT

pt

2070
0x0816

Romanian

ro-RO

ro

1048
0x0418

Russian

ru-RU

ru

1049
0x0419

Slovak

sk-SK

sk

1051
0x041b

Swedish

sv-SE

sv

1053
0x041d

Turkish

tr-TR

tr

1055
0x041f

Ukrainian

uk-UA

uk

1058
0x0422

Slovenian

sl-SI

sl

1060
0x0424

Chinese (Simplified)

zh-CN

zh

2052
0x0804

Chinese (Traditional)

zh-TW

zh

1028
0x0404

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PSSupportedLanguages members

Microsoft.Office.Project.Server.Library namespace

Other resources

[MS-LCID]: Windows Language Code Identifier (LCID) Reference