| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Locale |
RegionalSettings.getCollationLocale()
Gets the collation locale.
|
Locale |
SearchQuerySuggestion.getCulture()
Gets the culture.
|
Locale |
SearchQuery.getCulture()
Gets the culture.
|
Locale |
Field.getCurrencyLocale()
Gets the currency locale.
|
Locale |
SiteTemplate.getLanguage()
Gets the language.
|
Locale |
SiteInfo.getLanguage()
Gets the language.
|
Locale |
SiteCreationInfo.getLanguage()
Gets the language.
|
Locale |
Site.getLanguage()
Gets the language.
|
Locale |
RegionalSettings.getLocale()
Gets the locale.
|
Locale |
FieldSchemaXml.getLocale()
Gets the locale.
|
Locale |
SearchQuery.getUILanguage()
Gets the UI language.
|
static Locale |
Locale.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Locale[] |
Locale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
boolean includeCrossLanguage)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
boolean includeCrossLanguage,
java.util.List<IQueryOption> queryOptions)
Gets the site templates.
|
java.util.List<SiteTemplate> |
Service.getSiteTemplates(Locale locale,
java.util.List<IQueryOption> queryOptions)
Gets the site templates.
|
void |
SearchQuerySuggestion.setCulture(Locale culture)
Sets the culture.
|
void |
SearchQuery.setCulture(Locale culture)
Sets the culture.
|
void |
Field.setCurrencyLocale(Locale currencyLocale)
Sets the currency locale.
|
void |
SiteCreationInfo.setLanguage(Locale language)
Sets the language.
|
void |
FieldSchemaXml.setLocale(Locale locale)
Sets the locale.
|
void |
SearchQuery.setUILanguage(Locale uiLanguage)
Sets the UI language.
|