isSupported abstract method

bool isSupported(
  1. Region region
)

Whether resources for the given region can be loaded by this delegate.

Return true if the instance of T loaded by this delegate's load method supports the given locale's language.

Implementation

bool isSupported(Region region);