Configuration.AdditionalLanguages Property
Gets the list of languages used in the configuration in addition to the default language.
Syntax
public StringCollection AdditionalLanguages { get; }
Property Value
The list of languages used in the configuration in addition to the default language.
Remarks
This list of languages is constructed when a configuration file is loaded. Whenever a property is defined in any language other than the default language, that language is added to this list.
You can use this list together with methods like View.GetLocalizedDescription to retrieve localized property values in all available languages.
Platforms
Windows, Linux, Android