Locale.Builder clearExtensions() method in Java with Examples
The clearExtensions() method of java.util.Locale.Builder class in Java is used to reset this Locale.Builder's extensions to their initial and empty state. All other values of language, scripts, variant and region remain unchanged by this method. Syntax: public Locale.Builder clearExtensions() Parame