If you require localization for a language that isn't supported, you can add your own resource file.
First, you will need to create a resource file. When you create your file, make sure that the file name follows this format:
[Windows Apps Assembly Name].Resources.[C1 Control].resw
For example, in an App named LocalizationApp for the C1RichTextBoxMenu control, the file name would be:
LocalizationApp.Resources.C1.Xaml.RichTextBox.Menu.resw
To add your own resource file, follow these steps: