getXmlFilesPath method

String getXmlFilesPath(
  1. String locale
)

Returns dir path with xml translations files for locale.

Implementation

String getXmlFilesPath(String locale) =>
    L10nUtils.getXmlFilesPath(this, locale);