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)
Syntaxpublic static string ToNormaleStyleName(
this Languages pLanguage
)
<ExtensionAttribute>
Public Shared Function ToNormaleStyleName (
pLanguage As Languages
) As String
Parameters
- pLanguage
- Type: SOWIDocument.WordLanguages
Langauge to translate
Return Value
Type:
StringTranslated 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).
RemarksEnglish and France Normal, Germany Standard, Italy Normale
See Also