Interface ReportTranslations


public interface ReportTranslations
Provides default translations for report profiles.
  • Method Summary

    Modifier and Type
    Method
    Description
    se.conciliate.mt.rest.JsonData
    Returns default translations available for the field.
  • Method Details

    • getTranslations

      se.conciliate.mt.rest.JsonData getTranslations()
      Returns default translations available for the field. These can be overridden by the users in the profile. The translation object should be in this format: { "defaultLocale": "en_GB", "en_GB": { "key": "value" } }
      Returns:
      The default translations available for the field.