Function tidyLocalizedStringN

Source
pub unsafe extern "C" fn tidyLocalizedStringN(
    messageType: uint,
    quantity: uint,
) -> ctmbstr
Expand description

Provides a string given messageType in the current localization for quantity. Some strings have one or more plural forms, and this function will ensure that the correct singular or plural form is returned for the specified quantity. @result Returns the desired string.