LocalizedText (API Reference)
Package com.here.sdk.core
Class LocalizedText
java.lang.Object
com.here.sdk.core.LocalizedText
Used to represent text localized to specific language.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
Text value.
-
locale
Locale of text, in most cases contains only language code. If locale is not supported by the platform,
nullis returned.
-
-
Constructor Details
-
LocalizedText
Creates a new instance.
- Parameters:
text-Text value.
locale-Locale of text, in most cases contains only language code. If locale is not supported by the platform,
nullis returned.
-
-
Method Details