Base language
If more than one label is defined for an item, the system searches for the closest Language/Category combination that matches the ingredient statement.
Suppose the ingredient statement is using Language =
"EN-US"
, Category =
"BAKERY"
. If there is an item label for
EN/BAKERY
and another for
EN-US
with a blank category,
EN/BAKERY
gets used first.
Here is the hierarchy that is used by the system to select the language.
- Look on the Item for
"EN-US/BAKERY"
. - Look for
"EN/BAKERY"
. The base language of English in theUS (EN-US)
isEnglish (EN)
. - Look for
"EN-US"
with no category. - Look for
"EN"
.Sequence Base Language Region Category 1 EN
US
BAKERY
2 EN
-- BAKERY
3 EN
US
-- 4 EN
-- --