|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILocaleInfo
Provides access to members that control the locale information.
| 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 |
|---|
int getLocaleID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocaleID(int localeID)
throws IOException,
AutomationException
localeID - The localeID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLanguageID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLanguageID(int languageID)
throws IOException,
AutomationException
languageID - The languageID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCountryID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCountryID(int countryID)
throws IOException,
AutomationException
countryID - The countryID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLanguageName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLanguageName(String language)
throws IOException,
AutomationException
language - The language (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCountryName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCountryName(String country)
throws IOException,
AutomationException
country - The country (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDisplayName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayName(String displayName)
throws IOException,
AutomationException
displayName - The displayName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLocalizedLanguageName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocalizedLanguageName(String language)
throws IOException,
AutomationException
language - The language (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLocalizedCountryName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocalizedCountryName(String country)
throws IOException,
AutomationException
country - The country (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLocalizedDisplayName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocalizedDisplayName(String displayName)
throws IOException,
AutomationException
displayName - The displayName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNativeLanguageName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNativeLanguageName(String language)
throws IOException,
AutomationException
language - The language (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNativeCountryName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNativeCountryName(String country)
throws IOException,
AutomationException
country - The country (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||