ITextConvCultureProvider.LanguageCulture property
Gets the language culture.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
ReadOnly Property LanguageCulture As CultureInfo
Get
'Usage
Dim instance As ITextConvCultureProvider
Dim value As CultureInfo
value = instance.LanguageCulture
CultureInfo LanguageCulture { get; }
Property value
Type: System.Globalization.CultureInfo
See also
Reference
ITextConvCultureProvider interface