Search code examples
c#asp.netresource-files

Generating text for resource files


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.


Solution

  • The term you are looking for is Pseudointernationalization.

    Some resources: