Class XuggleRes

java.lang.Object
org.opensourcephysics.media.xuggle.XuggleRes

public class XuggleRes extends Object
XuggleRes provides access to string resources for Xuggle Diagnostics.
Version:
1.0
Author:
Wolfgang Christian
  • Method Details

    • getString

      public static String getString(String key)
      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
    • getLanguage

      public static String getLanguage()
      Gets the language for this locale.
      Returns:
      String
    • setLocale

      public static void setLocale(Locale loc)
      Sets the locale.
      Parameters:
      loc - the locale