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 LCID for a specific language culture. For a list of language codes, see Locale ID (LCID) Chart.
Table 1. Languages that are supported by Project Server
Language |
Culture name |
Two-letter ISO name |
LCID |
---|---|---|---|
Arabic |
ar-sa |
ar |
1025 |
Czech |
cs-cz |
cs |
1029 |
Danish |
da-dk |
da |
1030 |
German |
de-de |
de |
1031 |
Greek |
el-gr |
el |
1032 |
English |
en-us |
en |
1033 |
Spanish |
es-es |
es |
3082 |
Finnish |
fi-fi |
fi |
1035 |
French |
fr-fr |
fr |
1036 |
Hebrew |
he-il |
he |
1037 |
Hungarian |
hu-hu |
hu |
1038 |
Italian |
it-it |
it |
1040 |
Japanese |
ja-jp |
ja |
1041 |
Korean |
ko-kr |
ko |
1042 |
Dutch |
nl-nl |
nl |
1043 |
Norwegian, Bokmål |
nb-no |
nb |
1044 |
Polish |
pl-pl |
pl |
1045 |
Portuguese, Brazil |
pt-br |
|
1046 |
Portuguese, Iberian |
pt-pt |
pt |
2070 |
Russian |
ru-ru |
ru |
1049 |
Slovak |
sk-sk |
sk |
1051 |
Swedish |
sv-se |
sv |
1053 |
Turkish |
tr-tr |
tr |
1055 |
Ukrainian |
sl-si |
sl |
1058 |
Slovenian |
uk-ua |
uk |
1060 |
Chinese, Simplified |
zh-cn |
|
2052 |
Chinese, Traditional |
zh-tw |
zh |
1028 |
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
Microsoft.Office.Project.Server.Library Namespace