Android Obtener texto de String XML mediante programación

Context context;
String mess = context.getString(R.string.mess_1)
Honey Bee