Problem: Gadget consumers, and particularly directories, don't have a
good way of knowing what the language is of a gadget when it's not
localized (eg. using <Locale> and message bundle substitution). Even
when these constructs are used, there's no guarantee that localization
is performed completely. As gadgets spread far and wide, with many
being written with language hard-coded, this may result in a sub-
optimal search and discovery experience for end users.
Solution: Define some syntax allowing the developer to specify the
language in which they're developing.
Proposal: Add default_lang="..." attribute to <ModulePrefs>. Valid
values are ISO639-1 language codes per (
http://code.google.com/apis/
opensocial/docs/0.7/reference/gadgets.Prefs.html). The attribute is
optional.
Thanks,
John