Product Selector

Fusion 5.12
    Fusion 5.12

    TranslationService

    Description

    Appkit Translation Service

    Methods

    • addBundle(name, bundle)

      Add a translation bundle with a specified name

      Parameters
      ParamTypeDetails
      namestring
      bundleobject
    • get(term, fallback, namespaces)

      Get a translation for a term if it exists, otherwise return the original term

      Parameters
      ParamTypeDetails
      termstring

      The term to translate

      fallbackstring

      The fallback to apply

      namespaces
      (optional)
      string

      The bundle names to use. Comma delimited

      (default: "default")

      Returns
      string

      The translated term

    • put(key, translation, namespace, override)

      Add a new translation

      Parameters
      ParamTypeDetails
      keystring
      translationstring
      namespace
      (optional)
      string
      override
      (optional)
      string