public class Translations extends Object implements Serializable
| Constructor and Description |
|---|
Translations(Locale language,
String translation) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Locale language,
String name) |
void |
addAllWithoutOverriding(Translations inflight) |
Map<Locale,String> |
export() |
String |
getFor(Locale locale) |
static Translations |
importFrom(Map<Locale,String> snapshot) |
public static Translations importFrom(Map<Locale,String> snapshot)
public void addAllWithoutOverriding(Translations inflight)
Copyright © 2016–2025. All rights reserved.