0

I'm trying to generate text that looks like the following:

[Åđđřęşş Ŀįʼnę 1 !!! !!!]

I want this for my default resource file so I can easily identify when a translation is missing.

I'm sure this kind of text generation must have a name that I just don't as the closest thing I could find is String.Normalize which is the reverse of what I'm after.

Patrick Hofman
  • 153,850
  • 22
  • 249
  • 325
Ashley Medway
  • 7,151
  • 7
  • 49
  • 71

1 Answers1

4

The term you are looking for is Pseudointernationalization.

Some resources:

Patrick Hofman
  • 153,850
  • 22
  • 249
  • 325
vidriduch
  • 4,753
  • 8
  • 41
  • 63