This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Exomia.Language
Daniel Baetz edited this page Jun 19, 2019
·
6 revisions
ITranslator interface
public interface Exomia.Language.ITranslator
Properties
Type | Name | Summary |
---|---|---|
String |
CurrentLanguage | get or set the current language |
Methods
Type | Name | Summary |
---|---|---|
String |
Format(String format, Object[] args) |
format a language string |
void |
Load(String fileName) |
load a translation file |
inheritdoc
public class Exomia.Language.Translator
: ITranslator
Properties
Type | Name | Summary |
---|---|---|
String |
CurrentLanguage | get or set the current language |
Methods
Type | Name | Summary |
---|---|---|
String |
Format(String format, Object[] args) |
format a language string |
void |
Load(String fileName) |
load a translation file |