@param which either yes, no, cancel, ok, or browse
(String which)
| 234 | * @param which either yes, no, cancel, ok, or browse |
| 235 | */ |
| 236 | static public String getPrompt(String which) { |
| 237 | return Language.text("prompt." + which); |
| 238 | } |
| 239 | |
| 240 | |
| 241 | /** Get all available languages */ |
no test coverage detected