com.ooyala.android.LocalizationSupport Class Reference

Static Public Member Functions

synchronized static Map< String, String > loadLocalizedStrings (String localeId)
 Loads a map of localized strings for specified locale. More...
 
synchronized static void useLocalizedStrings (Map< String, String > localizedStrings)
 Instructs the player to use localized strings. More...
 
synchronized static String localizedStringFor (String string)
 Returns current localized strings. More...
 

Member Function Documentation

synchronized static Map<String, String> com.ooyala.android.LocalizationSupport.loadLocalizedStrings ( String  localeId)
static

Loads a map of localized strings for specified locale.

Parameters
localeIdThe ID of locale (such as en_US)
synchronized static String com.ooyala.android.LocalizationSupport.localizedStringFor ( String  string)
static

Returns current localized strings.

synchronized static void com.ooyala.android.LocalizationSupport.useLocalizedStrings ( Map< String, String >  localizedStrings)
static

Instructs the player to use localized strings.