* Get the list separator string for the current language. * @returns string containing list separator to use. */
| 297 | * @returns string containing list separator to use. |
| 298 | */ |
| 299 | std::string_view GetListSeparator() |
| 300 | { |
| 301 | return _langpack.list_separator; |
| 302 | } |
| 303 | |
| 304 | /** |
| 305 | * Get the ellipsis string for the current language. |
no outgoing calls
no test coverage detected