Accepts a language code and gui. Returns the corresponding language strings.
getStrings(language = NA, gui = NA, key = NA, encoding = NA, about = FALSE)
character vector or data.table with the retrieved values. NULL if file or gui was not found.
character name of the language.
character the function name for the gui to 'translate'.
character the key to 'translate'. Only used in combination with 'gui'.
character encoding to be assumed for input strings.
logical FALSE (default) to read key value pairs, TRUE to read about file as plain text.
Accepts a language code, gui, and key. Returns the corresponding language strings for the specified gui function or key from a text file named as the language code. Replaces backslash + n with new line character (only if 'gui' is specified).