I expect the following code to customize the From/To labels in the range selector, but it doesn't work and the default "From"/"To" strings are shown anyways:
configuration.getLang().setRangeSelectorFrom("F2");
configuration.getLang().setRangeSelectorTo("T2");

I'll attach an example app shortly.