com.esri.sde.sdk.client
Class SeLocale

java.lang.Object
  extended by com.esri.sde.sdk.client.SeLocale

public class SeLocale
extends java.lang.Object

This class is used to retrieve information about an SeConnection object's Locale settings.


Method Summary
 java.lang.String getCountry()
          Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
 java.lang.String getLanguage()
          Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
 java.lang.String getVariant()
          Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCountry

public java.lang.String getCountry()
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.


getLanguage

public java.lang.String getLanguage()
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.


getVariant

public java.lang.String getVariant()
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.