Localization

Localization

Form Master supports localization using the standard DotNetNuke® methods. The App_LocalResources folder in the Module root can be used to create Resource files for any Locale.

The files Resource files are listed below:

  • FormAutoRespMsg.ascx.resx
  • FormCustomTemplate.ascx.resx
  • FormDataServiceSettings.ascx.resx
  • FormDispatcher.ascx.resx
  • FormFieldRules.ascx.resx
  • FormHeadingEdit.ascx.resx
  • FormMaster.ascx.resx
  • FormMasterDBMgr.ascx.resx
  • FormMasterEdit.ascx.resx
  • FormMasterFiles.ascx.resx
  • FormMasterFormOptions.ascx.resx
  • FormMasterFormQuery.ascx.resx
  • FormMasterOptions.ascx.resx
  • FormReport.ascx.resx
  • FormThankYouEdit.ascx.resx
  • FormUserManager.ascx.resx
  • SharedResources.resx

In addition the DotNetNuke Membership field names for the Auto-Fill feature can be Localized using the Lists menu option on the Host Menu.

Form Master does not support Multi-Lingual content at this time.


See also