ultimatepp/uppdev/GetTranslationLanguages/GetTranslationLanguages.cpp
cxl b99842659f syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1929 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-24 13:21:31 +00:00

11 lines
173 B
C++

#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
Index<int> x = GetLngSet();
for(int i = 0; i < x.GetCount(); i++)
DDUMP(LNGAsText(x[i]));
}