Click or drag to resize

LanguageToNormaleStyleName Method

Translate standard style name to language

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string ToNormaleStyleName(
	this Languages pLanguage
)

Parameters

pLanguage
Type: SOWIDocument.WordLanguages
Langauge to translate

Return Value

Type: String
Translated style name

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Languages. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
English and France Normal, Germany Standard, Italy Normale
See Also