LanguageToLocalCodeString Method | |
Gives language (local code) as text
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax Remarks
Locale ID (LCID) text: text value defined by Microsoft Windows that consists of a language ID and a local ID that identify a particular language.
Examples
An example using extension ToLocalCodeString
SIC.OpenDocumentFormat.MSWord.Languages lLanguage;
lLanguage = Languages.de_CH;
string lLocalText = lLanguage.ToLocalCodeString();
See Also