9 lines
98 B
C#
9 lines
98 B
C#
namespace I2.Loc
|
|
{
|
|
public enum TranslationFlag : byte
|
|
{
|
|
Normal = 1,
|
|
AutoTranslated = 2
|
|
}
|
|
}
|