https://bugs.documentfoundation.org/show_bug.cgi?id=132066

--- Comment #20 from Mike Kaganski <[email protected]> ---
Couldn't it all be easily made correctly translated in GUI, and correctly
English in clipboard, just by using a variant of current CuiResId, like this:


OUString CuiResId_En_US(const char *pKey)
{
    return Translate::get(pKey, Translate::Create("cui", "en-US"));
}

and using that to construct the data copied to clipboard, in the same way that
normal CuiResId would be used to populate the dialog?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to