com.kuka.nav.lang
Class Messages

java.lang.Object
  extended by com.kuka.nav.lang.Messages

public final class Messages
extends Object

This class contains all messages for nav.api package. By defining different message_LanguageCode.properties multiple languages are supported.


Method Summary
static String getString(String key)
          returns the translated message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(String key)
returns the translated message.

Parameters:
key - The message key
Returns:
The translated message


Copyright © 2019. All rights reserved.