Function tidyGetMessageFormat

Source
pub unsafe extern "C" fn tidyGetMessageFormat(
    tmessage: TidyMessage,
) -> ctmbstr
Expand description

Get the localized format string. If a localized version of the format string doesn’t exist, then the default version will be returned. @param tmessage Specify the message that you are querying. @result Returns the localized format string of the message.