The localeSet packet encloses information about locales.
[Source]
# File sources/parser/xfa.rb, line 118 118: def initialize 119: super("localeSet") 120: 121: add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-locale-set/2.7/' 122: end
[Validate]