WordProcessingSaveOptionsLocaleBi Property |
Allows to set override locale (language) for the WordProcessing document for the RTL (right-to-left) text, which will be applied during its creation.
When is not specified (default value), MS Word (or other program) will detect (or choose) the document RTL locale
according to its own settings or other factors.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic CultureInfo LocaleBi { get; set; }
Public Property LocaleBi As CultureInfo
Get
Set
public:
property CultureInfo^ LocaleBi {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member LocaleBi : CultureInfo with get, set
Property Value
Type:
CultureInfo
RemarksThis option forcibly applies the specified locale to overall RTL text in the document.
Do not use it, if document contains different parts of text, which are written on different languages.
See Also