public void setZoneStrings (String[][] newZoneStrings)

Sets time zone strings. The argument must be a two-dimensional array of strings of size n by m, where m is at least 5. Each of the n rows is an entry containing the localized names for a single TimeZone. Each such row contains (with i ranging from 0..n-1):

The zone ID is not localized; it's one of the valid IDs of the TimeZone class that are not custom IDs. All other entries are localized names.

Parameters:
newZoneStrings    the new time zone strings.

Exceptions:
IllegalArgumentException    if the length of any row in newZoneStrings is less than 5
NullPointerException    if newZoneStrings is null

See also:
getZoneStrings()