Gets a list of localized string keys for provided scroll group Ids. Uses getLocalizeKeyForScrollGroupId internally
Scroll group ids to include
List of localized string keys for scroll group Ids
getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);// Gives localized string keys for the provided scroll group ids in an array Copy
getLocalizeKeysForScrollGroupIds([undefined, 0, 1, 2, 3, 4]);// Gives localized string keys for the provided scroll group ids in an array
Gets a list of localized string keys for provided scroll group Ids. Uses getLocalizeKeyForScrollGroupId internally