Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TranslateInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework;
7 
12 {
16  const DEFAULT_STRING = 'Translate String';
17 
25  public function loadData($area = null, $forceReload = false);
26 
32  public function getData();
33 
39  public function getLocale();
40 
47  public function setLocale($locale);
48 
54  public function getTheme();
55 }
loadData($area=null, $forceReload=false)