Skip to main content
1-Visitor
March 31, 2015
Question

Translation of Dynamic Data

  • March 31, 2015
  • 1 reply
  • 1306 views

I have a data grid with dynamic data (which are labels in string format).I need to translate those but don't have idea,how to do that.If I use localization method then it should be in a Mashup but as I said above its dynamically generated and Mashups have empty data grids.

Please assist on this.

    1 reply

    14-Alexandrite
    April 1, 2015

    You can use the Google Translate extension to create a service that translates these values or create a custom set of values in the localization tables and reference these in the service to manually do the substitutions.

    Please note that is you use the Google Translate extension and API there is a limit set by google on the number of calls allowed before a payment/subscription fee is required.

    1-Visitor
    April 2, 2015

    Thanks Adam.