LocaleId
Leave feedback
On this page
Gets or sets the locale ID of the form field, which represents the culture or regional settings associated with the form field.
public int LocaleId { get; set; }
The LocaleId property specifies a locale identifier (LCID) that corresponds to a particular culture or region.
The following example demonstrates how to set the LocaleId property:
Set the LocaleId to represent the English (United States) culture
currentTimeField.LocaleId = new CultureInfo("en-US").LCID;
- class CurrentDateFormField
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.