Bixby Developer Center

References

language-constraints

optional

Specifies any language constraints via either an allowed-list or a blocked-list, but not both. By default, if neither list is specified or the language-constraints node is missing, the capsule supports all targeted locales. The language constraint list is looking for a locale code, such as en-US or ko-KR.

Examples

...
language-constraints {
blocked-list {
block (en-GB)
}
}
...
...
language-constraints {
allowed-list {
allow (ko-KR)
}
}
...

Child Keys

allowed-list
optional
Contains one or more allow keys specifying allowed values for a constraint
blocked-list
optional
Contains one or more block keys specifying blocked values for a constraint