-
-
Notifications
You must be signed in to change notification settings - Fork 8
Locale Language API
Nenkai edited this page Jul 14, 2024
·
2 revisions
var lang = main::pdistd::MLocale::getLanguage();
if (lang == "JP")
{
// ...
}pdistd::MLocale::setLanguage("GB");var suffix = pdistd::MLocale::getOrdinalSuffix(num);