I've got a Spark ButtonBar with a labelfunction which goes like this
private function lab(s:String):String {
return resourceManager.getString('main', s);
}The labels don't update when I change locale. How can I acheive this? Is this a problem with labelFunction on all elements? John

