VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / VintasoftLocalizationJS Constructor()
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
VintasoftLocalizationJS Constructor()
In This Topic
Initializes a new instance of the VintasoftLocalizationJS class.
Syntax
var instance = new Vintasoft.Shared.VintasoftLocalizationJS();

Remarks

For using localization functionality is necessary to do the following steps:

  • Create folder, for example "locales", which will store files necessary for localization.
  • In folder "locales" create a JSON file, for example "settings.json", which will store information about supported localization languages.
  • In folder "locales" for each supported localization language add dictionary file. File name must be in the following format: "{locale}.txt", for example "en.txt".
  • In "head" section of HTML page, which must be localized, add a "link" element with attribute "rel='localization'". Here is example: "<link rel='localization' href='/locales/settings.json'>".
  • In footer of HTML page create instance of this class.

Browser Compatibility
9
See Also