com.esri.arcgis.system
Interface ILocaleInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
LocaleInfo

public interface ILocaleInfo
extends Serializable

Provides access to members that control the locale information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getCountryID()
          Obtains country identifier.
 String getCountryName()
          English name of country.
 String getDisplayName()
          English display name of the locale.
 int getLanguageID()
          Obtains language identifier.
 String getLanguageName()
          English name of language.
 int getLocaleID()
          Obtains locale unique identifier.
 String getLocalizedCountryName()
          Localized name of country.
 String getLocalizedDisplayName()
          Localized display name of the locale.
 String getLocalizedLanguageName()
          Localized name of language.
 String getNativeCountryName()
          Native name of country.
 String getNativeLanguageName()
          Native name of language.
 void setCountryID(int countryID)
          Obtains country identifier.
 void setCountryName(String country)
          English name of country.
 void setDisplayName(String displayName)
          English display name of the locale.
 void setLanguageID(int languageID)
          Obtains language identifier.
 void setLanguageName(String language)
          English name of language.
 void setLocaleID(int localeID)
          Obtains locale unique identifier.
 void setLocalizedCountryName(String country)
          Localized name of country.
 void setLocalizedDisplayName(String displayName)
          Localized display name of the locale.
 void setLocalizedLanguageName(String language)
          Localized name of language.
 void setNativeCountryName(String country)
          Native name of country.
 void setNativeLanguageName(String language)
          Native name of language.
 

Method Detail

getLocaleID

int getLocaleID()
                throws IOException,
                       AutomationException
Obtains locale unique identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The localeID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocaleID

void setLocaleID(int localeID)
                 throws IOException,
                        AutomationException
Obtains locale unique identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
localeID - The localeID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguageID

int getLanguageID()
                  throws IOException,
                         AutomationException
Obtains language identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The languageID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageID

void setLanguageID(int languageID)
                   throws IOException,
                          AutomationException
Obtains language identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
languageID - The languageID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCountryID

int getCountryID()
                 throws IOException,
                        AutomationException
Obtains country identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The countryID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCountryID

void setCountryID(int countryID)
                  throws IOException,
                         AutomationException
Obtains country identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
countryID - The countryID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguageName

String getLanguageName()
                       throws IOException,
                              AutomationException
English name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The language
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageName

void setLanguageName(String language)
                     throws IOException,
                            AutomationException
English name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
language - The language (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCountryName

String getCountryName()
                      throws IOException,
                             AutomationException
English name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The country
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCountryName

void setCountryName(String country)
                    throws IOException,
                           AutomationException
English name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
country - The country (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
English display name of the locale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The displayName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

void setDisplayName(String displayName)
                    throws IOException,
                           AutomationException
English display name of the locale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
displayName - The displayName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocalizedLanguageName

String getLocalizedLanguageName()
                                throws IOException,
                                       AutomationException
Localized name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The language
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedLanguageName

void setLocalizedLanguageName(String language)
                              throws IOException,
                                     AutomationException
Localized name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
language - The language (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocalizedCountryName

String getLocalizedCountryName()
                               throws IOException,
                                      AutomationException
Localized name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The country
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedCountryName

void setLocalizedCountryName(String country)
                             throws IOException,
                                    AutomationException
Localized name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
country - The country (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocalizedDisplayName

String getLocalizedDisplayName()
                               throws IOException,
                                      AutomationException
Localized display name of the locale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The displayName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedDisplayName

void setLocalizedDisplayName(String displayName)
                             throws IOException,
                                    AutomationException
Localized display name of the locale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
displayName - The displayName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeLanguageName

String getNativeLanguageName()
                             throws IOException,
                                    AutomationException
Native name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The language
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNativeLanguageName

void setNativeLanguageName(String language)
                           throws IOException,
                                  AutomationException
Native name of language.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
language - The language (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeCountryName

String getNativeCountryName()
                            throws IOException,
                                   AutomationException
Native name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The country
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNativeCountryName

void setNativeCountryName(String country)
                          throws IOException,
                                 AutomationException
Native name of country.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
country - The country (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.