Package java.util
Class Locale

Public Method getVariant

String getVariant()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the variant code for this locale.

Example

   Locale loc = new Locale("de","AT","vienna");
   Logger.log("" + loc.getVariant());

The getVariant method returns the specified variant.