Class HelpResourceLocatorService

java.lang.Object
com._1c.g5.v8.dt.v8help.HelpResourceLocatorService

public class HelpResourceLocatorService extends Object
Service to operate with IHelpResourceLocator
  • Field Details

  • Method Details

    • getHelpResourceLocator

      public IHelpResourceLocator getHelpResourceLocator(Version version, String language)
      Get instance of HelpResourceLocator for 1C runtime version and language code
      Parameters:
      version - the version of 1C runtime, not null
      language - string code of language, null will be changed to Locale.getDefault().getLanguage()
      Returns:
      the IHelpResourceLocator