Table of Contents

Namespace SunamoLang.SunamoXlf

Classes

CAXlf

Collection array helper for XLF (XLIFF localization files) operations.

IdLang

Language identifier constants for XLF operations.

PlatformInteropHelperXlf

Platform interoperability helper for XLF operations.

RLData

Resource localization data storage. Separates RL and RLData to avoid intellisense conflicts.

ResourcesHelper

Helper class for loading from *.resources and *.resx files. Usage: ThisApp.Resources = ResourcesHelper.Create("sunamo.Properties.Resources", typeof(ResourcesHelper).Assembly) When the joined file changes, the content update is also reflected in the *.resx file.

TranslateDictionary

Dictionary for translation key-value pairs with automatic reloading capability.

TranslatedStrings

Singleton for translated strings used in content templates and similar scenarios.

XlfResourcesH

Helper class for XLF (XLIFF) resource loading and processing. In sunamo, XliffParser and fmdev.ResX are not available as they require .NET Framework due to CodeDom.

XmlLocalisationInterchangeFileFormatXlf

Helper class for XML Localization Interchange File Format (XLIFF) operations.