Re: [PATCH 36/38] vfs: Add a sample program for the new mount API [ver #10]

From: David Howells
Date: Tue Jul 31 2018 - 17:00:20 EST


How would you handle translations to languages where the word order is
different, such that you have to switch the parameters round? In such cases
you might be able to simply translate the format string - you may also have to
rearrange the parameters.

IIRC, Windows DLL translation tables get around this by having format-string
tables with numbered parameter substitution markers.

David