localize method

String localize()

Localizes this key using SDK language from PayorcSdk.init.

Implementation

String localize() {
  return PayorcSdkTranslations.translate(this, PayorcSdk.currentLanguage);
}