Resources The Resources page allows you to enable Localization in the web part using resource lists. Localization Localization contains the following elements. NOTE: While this feature is still available to use, we recommend using ezLocalizer. For more information, see ezLocalizer Table 7. Localization Element Description Resource List Allows you to support a multi-lingual site. In a multi-lingual site, there are some settings, such as the web part, whose value can change depending on the current culture setting. The Resource List property defines the list that contains the string values for different cultures. The resource list must contain 3 columns: • Resource ID — This field contains the identifier to refer to the string. You can have multiple strings with the same Resource ID as long as their Culture value is different. • Culture — This field contains the culture for the string. For the default culture, leave the Culture field blank. • Value — This field contains the value for the string. The Lists element can contain only one List element. The following are the attributes for the List element: • SiteUrl — The URL to the site that contains the resource list. The URL can be absolute (http://...) or relative to the current page URL. This attribute is mandatory. • ListName — The name of the resource List. The list name is case sensitive. Title Resource ID Allows you to support a multi-lingual site. The property defines the identifier of the string in the Resource List that is used as the text of the web part. The Resource ID and the current cultural setting (identified with the Culture HTTP parameter) are used to retrieve the string in the Resource List. If the string with the given identifier and culture is not found, the default is used.