Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Select a label which is need to be localized from the Product code from Product. Here is the example code for header before setting-up Localization.

...

  • As we see the above which supports only the English language, To setup Localization to that header we see need to the code in the following manner.

...

  • we can see below code is added when we compare with code before Localization setup.

{

labelName: "Trade Unit ",

labelKey: "TL_NEW_TRADE_DETAILS_TRADE_UNIT_HEADER"

},

  • Here the Values to the Key can be added by two methods either by using the localization Screen which is Developed Recently or by updating the values to the keys in create api using the postman application. 

...