DescriptionIssue #276 - eliminate CString from GetBrowserLanguage
Change the return type of GetBrowserLanguage from CString to std::wstring. Remove all occurrences of CString from its implementation.
Moved GetBrowserLanguage out of CPluginSystem, since it was not using any static member data. Removed CPluginSystem, because afterwards it was no longer used.
Removed GetSystemLanguage, which was unused.
Patch Set 1 : #
MessagesTotal messages: 5
|