| Package | Description |
|---|---|
| org.gvsig.i18n | |
| org.gvsig.i18n.extension.preferences.table | |
| org.gvsig.i18n.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
I18nManager.exportLocaleForTranslation(java.util.Locale locale,
java.util.Locale[] referenceLocales,
java.io.File exportFile)
Exports the keys of text to translate to a new locale to a jar file.
|
void |
I18nManager.exportLocaleForTranslation(java.util.Locale locale,
java.util.Locale referenceLocale,
java.io.File exportFile)
Exports the keys of text to translate to a new locale to a jar file.
|
void |
I18nManager.exportLocaleForUpdate(java.util.Locale locale,
java.util.Locale referenceLocale,
java.io.File exportFile)
Exports the translations of a locale to update or complete its
translation, into a jar file.
|
void |
I18nManager.exportLocalesForUpdate(java.util.Locale[] locales,
java.util.Locale referenceLocale,
java.io.File exportFile)
Exports the translations of a list of locales to update or complete its
translation, into a jar file.
|
java.util.Locale[] |
I18nManager.installLocales(java.io.File importFile)
Installs or a new locale (or a list) and its translation, or updates an
already existing one.
|
void |
I18nManager.uninstallLocale(java.util.Locale locale)
Uninstalls a locale and its translation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocaleTableModel.removeLocale(java.util.Locale locale)
Removes and uninstalls a locale.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExportLocaleException
Exception for errors exporting a Locale for translation or update.
|
class |
InstallLocalesException
Exception for errors installing a locale or locales from an import file.
|
class |
LocaleFileNameRequiredException
Exception for errors installing a locale or locales from an import file.
|
class |
LocaleLanguageRequiredException
Exception for errors installing a locale or locales from an import file.
|
class |
ReadCSVLocalesFileException
Exception for errors installing a locale or locales from an import file.
|
class |
UninstallLocaleException
Exception for errors uninstalling a
Localeยท |
| Modifier and Type | Method and Description |
|---|---|
void |
I18nManagerImpl.exportLocaleForTranslation(java.util.Locale locale,
java.util.Locale[] referenceLocales,
java.io.File exportFile) |
void |
I18nManagerImpl.exportLocaleForTranslation(java.util.Locale locale,
java.util.Locale referenceLocale,
java.io.File exportFile) |
void |
I18nManagerImpl.exportLocaleForUpdate(java.util.Locale locale,
java.util.Locale referenceLocale,
java.io.File exportFile) |
void |
I18nManagerImpl.exportLocalesForUpdate(java.util.Locale[] locales,
java.util.Locale referenceLocale,
java.io.File exportFile) |
java.util.Locale[] |
I18nManagerImpl.installLocales(java.io.File importFile) |
void |
I18nManagerImpl.uninstallLocale(java.util.Locale locale) |
Copyright © 2024 gvSIG Association. All rights reserved.