qisdk / com.aldebaran.qi.sdk.object.knowledge / Knowledge / makeLocalizedStringNode

makeLocalizedStringNode

abstract fun makeLocalizedStringNode(string: String!, language: Locale!): Node!

Create an Node encapsulating a localizedString.

Parameters

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.