Catalog.PreferredLanguages Property
Gets or sets a list of preferred languages.
Syntax
public System.String PreferredLanguages { get; set; }
Property Value
A comma-separated list of preferred languages.
Remarks
This property is used to tell the catalog about the user's language preference. It should be a comma-separated list of languages identifiers, e.g. "eng,fra".
If this property is set, and an application or a CatalogLoadLayerSet searches for map or dataset services and finds several services with the same resource identifier, only one of them will be returned. The one selected will be the one with the best language match: the earlier the language of the service is found in the list of preferred languages, the better the match. If none of the services have a language found in the preferred list, one of them will be selected by random, i.e. one document will still be returned.
If this property is an empty string (the default), all matching metadata services will be returned, regardless of their resource identifiers and languages.
Platforms
Windows, Linux, Android