Child Keys
Syntax
string result = parentKey.Tr(table).Child(childKey);How It Works
"item.apple".Tr("Items").Child("name")
// Resolves to: "item.apple.name"
"item.apple".Tr("Items").Child("description")
// Resolves to: "item.apple.description"Use Cases
Structured Data
Last updated