net.java.sip.communicator.plugin.keybindingchooser.globalchooser
Class Resources
java.lang.Object
net.java.sip.communicator.plugin.keybindingchooser.globalchooser.Resources
public class Resources
- extends Object
The Resources class manages the access to the internationalization
properties files and the image resources used in this plugin.
- Author:
- Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resources
public Resources()
getString
public static String getString(String key)
- Returns an internationalized string corresponding to the given key.
- Parameters:
key - The key of the string.
- Returns:
- An internationalized string corresponding to the given key.
getString
public static String getString(String key,
String[] params)
- Returns an internationalized string corresponding to the given key.
- Parameters:
key - The key of the string.params - additionnal parameters
- Returns:
- An internationalized string corresponding to the given key.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.