abstract fun makeLocalizedStringNode(string: String!, language: Locale!): Future<Node!>!
Create an Node encapsulating a localizedString.
string
- String!: A string.
language
- Locale!: The locale of the string.
Return
Future<Node!>!: An Node encapsulating the given localizedString.
Throw
If the local is not valid.