<h1title="Uses of Class it.tdlight.jni.TdApi.LanguagePackStringValue"class="title">Uses of Class<br>it.tdlight.jni.TdApi.LanguagePackStringValue</h1>
</div>
<sectionclass="class-uses">
<ulclass="block-list">
<li>
<sectionclass="detail"id="it.tdlight.jni">
<h2>Uses of <ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a> in <ahref="../package-summary.html">it.tdlight.jni</a></h2>
<divclass="caption"><span>Subclasses of <ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a> in <ahref="../package-summary.html">it.tdlight.jni</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code>static final class </code></div>
<divclass="col-second even-row-color"><code><ahref="../TdApi.LanguagePackStringValueDeleted.html"class="type-name-link"title="class in it.tdlight.jni">TdApi.LanguagePackStringValueDeleted</a></code></div>
<divclass="col-last even-row-color">
<divclass="block">A deleted language pack string, the
value must be taken from the built-in
English language pack.</div>
</div>
<divclass="col-first odd-row-color"><code>static final class </code></div>
<divclass="col-second odd-row-color"><code><ahref="../TdApi.LanguagePackStringValueOrdinary.html"class="type-name-link"title="class in it.tdlight.jni">TdApi.LanguagePackStringValueOrdinary</a></code></div>
<divclass="col-last odd-row-color">
<divclass="block">An ordinary language pack string.</div>
</div>
<divclass="col-first even-row-color"><code>static final class </code></div>
<divclass="col-second even-row-color"><code><ahref="../TdApi.LanguagePackStringValuePluralized.html"class="type-name-link"title="class in it.tdlight.jni">TdApi.LanguagePackStringValuePluralized</a></code></div>
<divclass="col-last even-row-color">
<divclass="block">A language pack string which has
different forms based on the number
of some object it mentions.</div>
</div>
</div>
<divclass="caption"><span>Fields in <ahref="../package-summary.html">it.tdlight.jni</a> declared as <ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code><ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a></code></div>
<divclass="block">String value; pass null if the string
needs to be taken from the built-in
English language pack.</div>
</div>
</div>
<divclass="caption"><span>Constructors in <ahref="../package-summary.html">it.tdlight.jni</a> with parameters of type <ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a></span></div>
<divclass="col-second even-row-color"><code><ahref="../TdApi.LanguagePackString.html#%3Cinit%3E(java.lang.String,it.tdlight.jni.TdApi.LanguagePackStringValue)"class="member-name-link">LanguagePackString</a><wbr>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> key,
<ahref="../TdApi.LanguagePackStringValue.html"title="class in it.tdlight.jni">TdApi.LanguagePackStringValue</a> value)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Represents one language pack string.</div>