Add wxTranslations::GetAvailableTranslations().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2010-06-16 14:09:32 +00:00
parent 6589f1a49a
commit 5e30622919
4 changed files with 171 additions and 22 deletions

View File

@@ -446,6 +446,7 @@ All:
- Added IEC and SI units support to GetHumanReadableSize() (Julien Weinzorn).
- Add convenient wxString::ToStd{String,Wstring}() helpers.
- Added wxTranslations class to allow localization without changing locale.
It provides more flexible languages enumeration API as well.
- Added wxResourceTranslationsLoader for loading translations from Windows
resources.
- Added wxMessageQueue::Clear().