public class LocaleHelper
extends java.lang.Object
Locale specific methods.| Constructor and Description |
|---|
LocaleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getString(android.content.Context context,
java.util.Locale locale,
int resourceId)
Retrieves the string from resources by specific
Locale. |
public static java.lang.String getString(android.content.Context context,
java.util.Locale locale,
int resourceId)
Locale.context - The context.locale - The requested locale.resourceId - The string resource id.