@param which either yes, no, cancel, ok, or browse
(String which)
| 221 | * @param which either yes, no, cancel, ok, or browse |
| 222 | */ |
| 223 | static public String getPrompt(String which) { |
| 224 | return Language.text("prompt." + which); |
| 225 | } |
| 226 | |
| 227 | |
| 228 | /** Get all available languages */ |
no test coverage detected