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