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 21, 2019
·
6 revisions
Interface for translator.
public interface Exomia.Language.ITranslator
String
Format(String
format, Object[]
args)
format a language string.
-
format
- language string. -
args
- arguments.
A translator. This class cannot be inherited.
public class Exomia.Language.Translator
: ITranslator
.ctor
Translator(String
translationDirectory, String
language = en)
constructor.
-
translationDirectory
- translationDirectory. -
language
- (Optional) language.
String
Format(String
format, Object[]
args)
format a language string.
-
format
- language string. -
args
- arguments.