Home
last modified time | relevance | path

Searched refs:langValue (Results 1 – 1 of 1) sorted by relevance

/template/strap/ComboStrap/
DLang.php44 $langValue = $attributes->getValueAndRemove(self::PROPERTY_NAME);
45 $attributes->addOutputAttributeValue("lang", $langValue);
47 $languageDataCache = new Cache("combo_" . $langValue, ".json");
64 …LogUtility::msg("The new language data ($langValue) was downloaded", LogUtility::LVL_MSG_INFO, sel…
67 …LogUtility::msg("Internal error: The language data ($langValue) could no be written to ($languageD…
75 …lity::msg("The data for the language ($langValue) could not be downloaded at (<a href=\"$downloadU…
84 …LogUtility::msg("We could not read the data from the language ($langValue). No direction was set."…
87 … $characterOrder = $languageData["main"][$langValue]["layout"]["orientation"]["characterOrder"];
94 …ion cannot be set because no language data was found for the language ($langValue)", LogUtility::L…
129 public static function createFromValue(string $langValue): Lang argument
[all …]