diff options
Diffstat (limited to 'app/l10n_util.h')
-rw-r--r-- | app/l10n_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h index 0fe391c..69d3271 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -67,6 +67,7 @@ std::wstring GetLocalName(const std::string& locale_code_str, // Pulls resource string from the string bundle and returns it. std::wstring GetString(int message_id); std::string GetStringUTF8(int message_id); +string16 GetStringUTF16(int message_id); // Get a resource string and replace $1-$2-$3 with |a| and |b| // respectively. Additionally, $$ is replaced by $. |