Package java.util
Class Locale

Public Method getDisplayVariant

final String getDisplayVariant()

String getDisplayVariant(Locale inLocale)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

getDisplayVariant() method:

Returns a name for the locale's variant that is appropriate for display to the user.

getDisplayVariant(Locale inLocale) method:

Returns a name for the locale's variant that is apporpriate for display to the user.

Example

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

The getDisplayVariant method returns the specified variant.