Package org.opensourcephysics.media.core
Class MediaRes
java.lang.Object
org.opensourcephysics.media.core.MediaRes
String resources for media classes.
- Version:
- 1.0
- Author:
- Douglas Brown
-
Method Summary
-
Method Details
-
setLocale
Sets the locale.- Parameters:
locale
- the locale
-
getString
Gets the localized value of a string. If no localized value is found, the key is returned surrounded by exclamation points.- Parameters:
key
- the string to localize- Returns:
- the localized string
-