@Controller public class LocalizationController extends Object
LocalizationController()
String
getMessage(String key, Locale locale)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocalizationController()
@RequestMapping(value="/q/message") @ResponseBody public String getMessage(@RequestParam(value="key") String key, @RequestParam(required=false,value="locale") Locale locale)
Copyright © 2015 OpenMRS Inc.. All rights reserved.