Internationalization and localization tools


Culture-Sensitive C# Method

using System

[ComVisibleAttribute(false)] public static string Concat(IEnumerable values);
public static string Concat(Object arg0);
public static string Concat(params Object[] args);
[ComVisibleAttribe(false)] public static string Concat(Ienumerable values);
public static string Concat(params string[] values);
public static string Concat(Object arg0, Object arg1);
public static string Concat(string str0, string str1);
public static string Concat(Object arg0, Object arg1, Object arg2);
public static string Concat(string str0, string str1, string str2);
public static string Concat(Object arg0, Object arg1, Object arg2, Object arg3);
public static string Concat(string str0, string str1, string str2, string str3);

Internationalization (I18n) Function Overview

The Concat method concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.

See Microsoft's MSDN online documentation for more information.

Culture and Number Format Information

 

Lingoport internationalization and localization services and software