拥有代码
// umbraco.cms.businesslogic.language.Language
static string GetUmbracoDictionaryValueOrNull(string key, Language lang)
{
try
{
if (Dictionary.DictionaryItem.hasKey(key))
return new Dictionary.DictionaryItem(key).Value(lang.id);
else
return null;
}
catch
{
return null;
}
}
是否可以使用密钥说“ui.mySelect
”以获取所有可用/现有子密钥,例如“ui.mySelect.optionOne
”,“ui.mySelect.optionTwo
”,...,“{ {1}}”。
答案 0 :(得分:1)
它应该是这样的:
# left slice 5+3+2+5 = 15
# bottom slice 4+3+4+5 = 16
# right slice 4+1+2+3 = 10
# top slice 0+1+4+6 = 11
# dput(m)
m <- structure(c(2, 5, 3, 2, 1, 0, 3, 5, 1, 4, 1, 6, 2, 5, 3, 4, 0,
3, 3, 4, 3, 4, 1, 2, 1), .Dim = c(5L, 5L))