Overload | Description |
---|---|
LocalizedText Constructor(String,String,String,Object[]) | Formats the text with the arguments using the specified locale. |
LocalizedText Constructor(TranslationInfo) | Creates text from a TranslationInfo object. |
LocalizedText Constructor(LocalizedText) | Creates a deep copy of the value. |
LocalizedText Constructor(String) | Initializes the object with a text and the default locale. |
LocalizedText Constructor(String,String) | Initializes the object with a locale and text. |
LocalizedText Constructor(String,String,String) | Initializes the locale with a key, locale and text. |